test different go versions with travis

This commit is contained in:
Emir Pasic 2016-09-07 05:25:42 +02:00 committed by GitHub
parent 0a96a47f6b
commit 8f1121f54d

View File

@ -1,4 +1,10 @@
language: go language: go
go: go:
- 1.1
- 1.2
- 1.3
- 1.4 - 1.4
- 1.5
- 1.6
- 1.7
- tip - tip