oauth2_proxy/.travis.yml

14 lines
213 B
YAML
Raw Normal View History

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:
- 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
sudo: false
2012-12-26 18:18:56 +00:00
notifications:
email: false