Skip to content

Commit

Permalink
travis: remove go 1.7 and add go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arno committed Jul 4, 2018
1 parent 128d427 commit fb8f8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: go

matrix:
include:
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: 1.10.x
- go: tip
allow_failures:
- go: tip
Expand Down

0 comments on commit fb8f8f7

Please sign in to comment.