travis: update go versions, gpm version

This commit is contained in:
Pierce Lopez 2017-03-27 19:40:12 -04:00
parent a2eeec2b7a
commit 9167c8ace8

View File

@ -1,13 +1,13 @@
language: go language: go
go: go:
- 1.5.4 - 1.6.4
- 1.6.3 - 1.7.5
- 1.8
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.4.0/bin/gpm > gpm
- chmod +x gpm - chmod +x gpm
- ./gpm install - ./gpm install
- ./test.sh - ./test.sh
sudo: false sudo: false
notifications: notifications:
email: false email: false