oauth2_proxy/.travis.yml

13 lines
222 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.8.x
- 1.9.x
2014-11-10 02:48:09 +00:00
script:
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- chmod +x dep
- ./dep ensure
2014-11-10 02:48:09 +00:00
- ./test.sh
sudo: false
2012-12-26 18:18:56 +00:00
notifications:
email: false