travis: Add Go 1.12

This commit is contained in:
Bjørn Erik Pedersen 2019-05-30 20:38:32 +02:00
parent 8c9545af88
commit a924560ecf
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ env:
sudo: required
go:
- "1.11.x"
- "1.12.x"
- tip
os:
- linux