Skip to content

Commit

Permalink
refactor(travis): remove Go 1.6, add Go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non authored Jul 26, 2018
1 parent 787ad79 commit 4a3bdba
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
@@ -1,10 +1,10 @@
language: go

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

before_install:
Expand Down

0 comments on commit 4a3bdba

Please sign in to comment.