Update .travis.yml - remove go 1.2, add go 1.4

This commit is contained in:
Ian Kent 2015-01-08 22:10:28 +00:00
parent c3cb4f9dac
commit 482d9100b4

View file

@ -1,5 +1,5 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- tip