1
0
Fork 0

travis: adding older and newer golang

This commit is contained in:
Vincent Batts 2015-08-14 10:15:26 -04:00
parent 4f81319c22
commit 3a88af2866
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
language: go
go:
- tip
- 1.4.2
- 1.3.3
- 1.2.2
# let us have pretty, fast Docker-based Travis workers!
sudo: false