Skip to content

Commit

Permalink
test more Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Dec 12, 2017
1 parent ea81e3d commit 05042d8
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,7 +1,10 @@
language: go

go:
- 1.6
- 1.7
- 1.8
- 1.9
- tip

before_install:
Expand All @@ -13,4 +16,4 @@ script:
- go test -v -race ./...

after_success:
- test "$TRAVIS_GO_VERSION" = "1.8" && cd jsonrpc2 && goveralls -service=travis-ci
- test "$TRAVIS_GO_VERSION" = "1.9" && cd jsonrpc2 && goveralls -service=travis-ci

0 comments on commit 05042d8

Please sign in to comment.