add new versions of golang to travis

pull/276/head
NemoD503 6 years ago
parent b33efeebc7
commit 1af25a19c7
  1. 2
      .travis.yml

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