Skip to content

Commit

Permalink
travis: update go version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkps authored and sergeyfast committed Oct 1, 2017
1 parent cef28ee commit ac23196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: go

go:
- 1.7.x
- 1.x
- master

script:
- go test -race -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 ac23196

Please sign in to comment.