]> go.fuhry.dev Git - fsnotify.git/commitdiff
travis: update for Go 1.8
authorNathan Youngman <git@nathany.com>
Tue, 16 Aug 2016 05:19:40 +0000 (23:19 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 2 Mar 2017 03:42:09 +0000 (20:42 -0700)
two most recent stable versions + tip

.travis.yml

index 3a5c933bc0233dcb975e9cdaf0018c704487111c..22e5fa43f1a7d8def431148534dd24f812a9f574 100644 (file)
@@ -2,12 +2,14 @@ sudo: false
 language: go
 
 go:
-  - 1.6.3
+  - 1.8
+  - 1.7.x
   - tip
 
 matrix:
   allow_failures:
     - go: tip
+  fast_finish: true
 
 before_script:
   - go get -u github.com/golang/lint/golint