浏览代码

Merge pull request #339 from dvrkps/patch-1

travis: update go versions
Geoffrey J. Teale 8 年之前
父节点
当前提交
466a0a69fc
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      .travis.yml

+ 6 - 5
.travis.yml

@@ -4,10 +4,11 @@ install:
   - go get -d -t -v ./... && go build -v ./...
   - go get -d -t -v ./... && go build -v ./...
 
 
 go:
 go:
-  - 1.5
-  - 1.6
-  - 1.7
-  - 1.8
+  - 1.5.x
+  - 1.6.x
+  - 1.7.x
+  - 1.8.x
+  - 1.9.x
   - tip
   - tip
 
 
 script:
 script:
@@ -15,4 +16,4 @@ script:
   - go test -v -coverprofile=coverage.txt -covermode=atomic
   - go test -v -coverprofile=coverage.txt -covermode=atomic
 
 
 after_success:
 after_success:
-  - bash <(curl -s https://codecov.io/bash)
+  - bash <(curl -s https://codecov.io/bash)