Skip to content

Commit

Permalink
Merge pull request #28 from dvrkps/patch-1
Browse files Browse the repository at this point in the history
travis: update go version
  • Loading branch information
chris-ramon authored Oct 15, 2017
2 parents fb144b8 + 18e1c4c commit 707d93f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: go

go:
- 1.7
- 1.x
- tip

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

0 comments on commit 707d93f

Please sign in to comment.