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

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