]> go.fuhry.dev Git - fsnotify.git/commitdiff
TravisCI: updating test versions
authorNathan Youngman <git@nathany.com>
Thu, 30 Aug 2018 15:48:21 +0000 (09:48 -0600)
committerNathan Youngman <git@nathany.com>
Thu, 30 Aug 2018 15:48:21 +0000 (09:48 -0600)
.travis.yml

index 981d1bb8132d1b5fecee34556c280cb705595f7b..410801f8d60aaa95c43c0a25b9f685cc75b2a5e6 100644 (file)
@@ -2,8 +2,10 @@ sudo: false
 language: go
 
 go:
-  - 1.8.x
-  - 1.9.x
+  - "stable"
+  - "1.10.4"
+  - "1.9.x"
+  - "1.8.x"
   - tip
 
 matrix:
@@ -12,7 +14,7 @@ matrix:
   fast_finish: true
 
 before_script:
-  - go get -u github.com/golang/lint/golint
+  - go get -u golang.org/x/lint/golint
 
 script:
   - go test -v --race ./...