Explorar o código

Update .travis.yml

田欧 %!s(int64=6) %!d(string=hai) anos
pai
achega
61b50c2ef4
Modificáronse 1 ficheiros con 9 adicións e 5 borrados
  1. 9 5
      .travis.yml

+ 9 - 5
.travis.yml

@@ -1,15 +1,19 @@
 language: go
 sudo: false
 go:
-  - 1.6.4
-  - 1.7.4
-  - tip
+  - 1.6.x
+  - 1.7.x
+  - 1.8.x
+  - 1.9.x
+  - 1.10.x
+  - 1.11.x
+  - master
 
 git:
-  depth: 3
+  depth: 10
 
 script:
   - go test -v -covermode=count -coverprofile=coverage.out
 
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
+  - bash <(curl -s https://codecov.io/bash)