Skip to content

Commit

Permalink
Attempt to fix travis build matrix by replacing reference to Go 'tip'…
Browse files Browse the repository at this point in the history
… version witj stable/oldstable (I think tip may be a _touch_ archaic...)
  • Loading branch information
Omnikron13 committed Apr 6, 2024
1 parent aa3b5dd commit 8a62c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ go:
- 1.13.x
- 1.14.x
- 1.15.x
- tip
- 'oldstable'
- 'stable'

os:
- linux
Expand Down

0 comments on commit 8a62c66

Please sign in to comment.