Skip to content

Commit

Permalink
Add Go 1.13 and Go 1.14 to build matrix (#1071)
Browse files Browse the repository at this point in the history
Go 1.13 and 1.14 have been released since the last time we updated CI.
We don't expect any problems with them, but add them to the build matrix
for completeness.

Co-authored-by: Brandur <brandur@brandur.org>
  • Loading branch information
brandur-stripe and brandur authored Apr 17, 2020
1 parent d0ba2a3 commit e78d6d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- tip

language: go
Expand Down

0 comments on commit e78d6d6

Please sign in to comment.