Bump golang versions in travis

This commit is contained in:
James Shubin
2016-01-19 22:29:29 -05:00
parent 8308680a50
commit 30385c85f3

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.4.2
- 1.5.1
- 1.4.3
- 1.5.2
- tip
sudo: false
install: 'make deps'