Skip to content

Commit

Permalink
update travis config to include go1.14 and go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Aug 16, 2020
1 parent 22003b5 commit 354edcf
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 354edcf

Please sign in to comment.