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

17 lines
296 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.10.x
2019-01-15 15:57:53 +00:00
- 1.11.x
install:
# Fetch dependencies
2019-01-15 15:57:53 +00:00
- wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
- chmod +x dep
2019-01-04 11:12:47 +00:00
- mv dep $GOPATH/bin/dep
script:
2019-01-04 10:58:30 +00:00
- ./configure
# Run tests
2019-01-04 10:58:30 +00:00
- make test
sudo: false
2012-12-26 18:18:56 +00:00
notifications:
email: false