Skip to content

Commit

Permalink
tests: update travis-ci go versions - up to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Dec 2, 2019
1 parent 5b67f58 commit 6115412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: go
go:
# test with the two most recent Go versions
# and with the minimum supported Go version
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
env:
- GOARCH=amd64
- GOARCH=386
Expand Down

0 comments on commit 6115412

Please sign in to comment.