fix master build by upgrading with supported golang versions

This commit is contained in:
Royce Remer 2016-05-12 18:17:54 -07:00
parent 62c80df1a5
commit 0b2e8991db

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.3.3 - 1.5.4
- 1.4.2 - 1.6.2
script: script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm > gpm - curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/bin/gpm > gpm
- chmod +x gpm - chmod +x gpm