oauth2_proxy/.travis.yml
Jehiah Czebotar 3fa5635d6c
Release 2.2.0
2017-04-24 12:11:23 -04:00

13 lines
212 B
YAML

language: go
go:
- 1.7.5
- 1.8.1
script:
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm
- chmod +x gpm
- ./gpm install
- ./test.sh
sudo: false
notifications:
email: false