Skip to content

Commit

Permalink
Merge pull request qax-os#126 from dvrkps/patch-1
Browse files Browse the repository at this point in the history
travis: update go versions
  • Loading branch information
xuri authored Sep 27, 2017
2 parents e820388 + 87730aa commit d4df70b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d4df70b

Please sign in to comment.