2012-12-26 18:18:56 +00:00
|
|
|
language: go
|
2014-11-10 02:48:09 +00:00
|
|
|
go:
|
|
|
|
- 1.3.3
|
2015-03-17 20:02:21 +00:00
|
|
|
- 1.4.2
|
2014-11-10 02:48:09 +00:00
|
|
|
script:
|
2015-06-08 03:52:28 +00:00
|
|
|
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.2/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
|
|
|
|
|