Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
travis: add more go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed Nov 19, 2019
1 parent 5b9cac1 commit cd9e232
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
Expand Up @@ -3,9 +3,12 @@ sudo: false
language: go

go:
- "1.8"
- "1.9"
- "1.10"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"

branches:
only:
Expand Down

0 comments on commit cd9e232

Please sign in to comment.