mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-24 05:26:55 +02:00
13 lines
222 B
YAML
13 lines
222 B
YAML
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
script:
|
|
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
|
|
- chmod +x dep
|
|
- ./dep ensure
|
|
- ./test.sh
|
|
sudo: false
|
|
notifications:
|
|
email: false
|