You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-13 01:40:48 +02:00
Exit on first failure for travis
This commit is contained in:
@ -9,6 +9,7 @@ install:
|
||||
- chmod +x dep
|
||||
- ./dep ensure --vendor-only
|
||||
script:
|
||||
- set -e
|
||||
# Lint
|
||||
- go get -u github.com/alecthomas/gometalinter
|
||||
- gometalinter --install
|
||||
|
Reference in New Issue
Block a user