Skip to content

Commit

Permalink
feat(travis): add go 1.12 & 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non authored Feb 10, 2020
1 parent e004d06 commit 1685204
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: go

go:
- "1.11"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- "tip"

before_install:
Expand Down

0 comments on commit 1685204

Please sign in to comment.