]> go.fuhry.dev Git - fsnotify.git/commitdiff
travis: less verbose tests
authorNathan Youngman <git@nathany.com>
Thu, 30 Aug 2018 20:13:18 +0000 (14:13 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 30 Aug 2018 21:20:37 +0000 (15:20 -0600)
TravisCI: skip tip

.travis.yml

index 410801f8d60aaa95c43c0a25b9f685cc75b2a5e6..568aaa12c2469f1f5bf0a00e77c9b0d5c2d84294 100644 (file)
@@ -6,7 +6,6 @@ go:
   - "1.10.4"
   - "1.9.x"
   - "1.8.x"
-  - tip
 
 matrix:
   allow_failures:
@@ -17,7 +16,7 @@ before_script:
   - go get -u golang.org/x/lint/golint
 
 script:
-  - go test -v --race ./...
+  - go test --race ./...
 
 after_script:
   - test -z "$(gofmt -s -l -w . | tee /dev/stderr)"