1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00

Exit on first failure for travis

This commit is contained in:
Joel Speed 2018-11-27 12:17:59 +00:00
parent fa21208005
commit 990873eb42
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -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