.travis.yml: Extend Go versions being tested

pull/28/head
Dustin Oprea 2020-01-01 10:52:23 -05:00
parent 1fe423a045
commit 0b891977a5
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ language: go
go:
- master
- stable
- "1.13"
- "1.12"
- "1.11"
- "1.10"
- "1.9"
- "1.8"