oauth2_proxy/.travis.yml

13 lines
212 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.7.5
2017-04-24 16:11:23 +00:00
- 1.8.1
2014-11-10 02:48:09 +00:00
script:
- 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
sudo: false
2012-12-26 18:18:56 +00:00
notifications:
email: false