Browse Source

update travis.yml

刘河 5 years ago
parent
commit
72c14d949b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -3,8 +3,7 @@ language: go
 go:
   - "1.13"
   - master
-os:
-  - osx
+
 script:
   -  go test -v ./cmd/nps/
 before_deploy: