add new versions of golang to travis

This commit is contained in:
NemoD503 2019-10-20 23:01:22 +03:00
parent b33efeebc7
commit 1af25a19c7

View file

@ -3,4 +3,6 @@ language: go
go:
- '1.10'
- '1.11'
- '1.12'
- '1.13'
- tip