Browse Source

travis: update go versions

Davor Kapsa 8 years ago
parent
commit
87730aaf08
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -4,12 +4,12 @@ install:
   - go get -d -t -v ./... && go build -v ./...
   - go get -d -t -v ./... && go build -v ./...
 
 
 go:
 go:
-  - 1.8
-  - 1.9
+  - 1.8.x
+  - 1.9.x
 
 
 script:
 script:
   - go vet ./...
   - go vet ./...
   - 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)