Skip to content

Commit

Permalink
Merge pull request #245 from christianpv/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml to test Go 1.8, and Go 1.9
  • Loading branch information
chris-ramon authored Sep 28, 2017
2 parents 4b17eb6 + 519893a commit 043738d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
language: go

go:
- 1.7
- 1.8
- 1.9
- tip

matrix:
allow_failures:
- go: tip
fast_finish: true

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 043738d

Please sign in to comment.