Skip to content

Commit

Permalink
Merge pull request #78 from chenrui333/travis-update
Browse files Browse the repository at this point in the history
update travis config to include go1.14 and go1.15
  • Loading branch information
JamesClonk authored Aug 18, 2020
2 parents 7cbd518 + 354edcf commit 7fafbab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dist: bionic
language: go

go:
- "1.9"
- "1.10"
- "1.14.x"
- "1.15.x"

env:
- GOARCH=amd64
- GOARCH=amd64

0 comments on commit 7fafbab

Please sign in to comment.