Merge pull request #126 from dvrkps/patch-1

travis: update go versions
This commit is contained in:
Ri Xu 2017-09-26 21:14:58 -05:00 committed by GitHub
commit d4df70bd9f
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)