.travis.yml: Add Go 1.12

This commit is contained in:
Aaron Lindsay 2019-03-06 06:50:30 -05:00
parent 423d460747
commit f41286cac7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ os:
go:
- 1.9.x
- 1.12.x
- master
before_install: