oauth2_proxy/.travis.yml
2014-11-09 21:48:09 -05:00

13 lines
201 B
YAML

language: go
go:
- 1.2.2
- 1.3.3
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.3.1/bin/gpm > gpm
- chmod +x gpm
- ./gpm install
- ./test.sh
notifications:
email: false