Skip to content

Commit

Permalink
Include 1.6 and trip in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Jun 23, 2016
1 parent 3a7fd63 commit 6424771
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .travis.yml
@@ -1,15 +1,17 @@
language: go
sudo: false

go:
- 1.5
- 1.4
- 1.3

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci

language: go
sudo: false

go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit 6424771

Please sign in to comment.