Skip to content

Commit

Permalink
Merge pull request #249 from dvrkps/patch-1
Browse files Browse the repository at this point in the history
travis: update go versions
  • Loading branch information
chris-ramon authored Oct 3, 2017
2 parents f447794 + d267834 commit 7731016
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.8
- 1.9
- 1.8.x
- 1.9.x
- tip

matrix:
Expand All @@ -13,7 +13,6 @@ matrix:
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
Expand Down

0 comments on commit 7731016

Please # to comment.