Skip to content

Commit

Permalink
Update Travis CI to test on latest 2 Go versions
Browse files Browse the repository at this point in the history
Go 1.13 is no longer maintained and Go 1.15 has been released, so
we should test against 1.14 and 1.15.
  • Loading branch information
RobAtticus committed Nov 19, 2020
1 parent 78732c5 commit 2d69d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.13.x
- 1.14.x
- 1.15.x

before_install:
- go mod download
Expand Down

0 comments on commit 2d69d7c

Please sign in to comment.