2012-12-26 18:18:56 +00:00
|
|
|
language: go
|
2014-11-10 02:48:09 +00:00
|
|
|
go:
|
2017-03-27 23:40:12 +00:00
|
|
|
- 1.6.4
|
|
|
|
- 1.7.5
|
|
|
|
- 1.8
|
2014-11-10 02:48:09 +00:00
|
|
|
script:
|
2017-03-27 23:40:12 +00:00
|
|
|
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm
|
2014-11-10 02:48:09 +00:00
|
|
|
- chmod +x gpm
|
|
|
|
- ./gpm install
|
|
|
|
- ./test.sh
|
2015-06-08 03:52:28 +00:00
|
|
|
sudo: false
|
2012-12-26 18:18:56 +00:00
|
|
|
notifications:
|
|
|
|
email: false
|