Skip to content

Commit

Permalink
require Go 1.7 because of context
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Oct 11, 2016
1 parent ffdd59f commit 7815806
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
@@ -1,11 +1,7 @@
language: go

go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.7
- tip

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

after_success:
- test "$TRAVIS_GO_VERSION" = "1.4" && cd jsonrpc2 && goveralls -service=travis-ci
- test "$TRAVIS_GO_VERSION" = "1.7" && cd jsonrpc2 && goveralls -service=travis-ci

0 comments on commit 7815806

Please sign in to comment.