1
0
Fork 0

Merge pull request #13 from vbatts/travis-go-versions

travis: adding older and newer golang
This commit is contained in:
Vincent Batts 2015-08-14 10:18:38 -04:00
commit ea4426eee9
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