Skip to content

Commit

Permalink
feat(travis): remove old Go versions, add Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non authored Dec 9, 2018
1 parent d67c48e commit 4b9abdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ dist: trusty
sudo: false

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

env:
Expand Down

0 comments on commit 4b9abdb

Please sign in to comment.