1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/.travis.yml

13 lines
201 B
YAML
Raw Normal View History

2012-12-26 21:18:56 +03:00
language: go
2014-11-10 04:48:09 +02:00
go:
- 1.3.3
2015-03-17 22:02:21 +02:00
- 1.4.2
2014-11-10 04:48:09 +02:00
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.1/bin/gpm > gpm
- chmod +x gpm
- ./gpm install
- ./test.sh
2012-12-26 21:18:56 +03:00
notifications:
email: false