Merge pull request #249 from rremer/update-golang

fix master build by upgrading with supported golang versions
This commit is contained in:
Jehiah Czebotar 2016-05-26 12:49:14 -04:00
commit a631197138

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