1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-01 13:18:05 +02:00
oauth2-proxy/.travis.yml

13 lines
210 B
YAML
Raw Normal View History

2012-12-26 18:18:56 +00:00
language: go
2014-11-09 21:48:09 -05:00
go:
- 1.7.5
- 1.8
2014-11-09 21:48:09 -05:00
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm
2014-11-09 21:48:09 -05:00
- chmod +x gpm
- ./gpm install
- ./test.sh
sudo: false
2012-12-26 18:18:56 +00:00
notifications:
email: false