Skip to content

Commit

Permalink
Update go versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vcabbage committed Dec 8, 2016
1 parent 39003de commit 9a9dd94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: go
sudo: false
go:
- 1.7.3
- 1.7.x
- 1.8beta1
- tip
matrix:
allow_failures:
- go: tip
- go: tip 1.8beta1
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 9a9dd94

Please sign in to comment.