travis: update go versions

This commit is contained in:
Davor Kapsa 2017-09-26 12:47:18 +02:00 committed by GitHub
parent e820388d70
commit 87730aaf08
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ install:
- go get -d -t -v ./... && go build -v ./...
go:
- 1.8
- 1.9
- 1.8.x
- 1.9.x
script:
- go vet ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)