Skip to content

Commit

Permalink
Test in 1.4, 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Oct 8, 2016
1 parent 5bac9a6 commit 60d1e96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: go

go:
- 1.4
- 1.4.3
- 1.5
- 1.5.4
- 1.6
- 1.6.1
- 1.6.2
Expand All @@ -16,7 +20,6 @@ before_install:
- go get github.com/mattn/goveralls

script:
- go tool vet -all ./
- sh ./goclean.sh
- $HOME/gopath/bin/goveralls -coverprofile=coverage.cov -service=travis-ci
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 60d1e96

Please sign in to comment.