Exit on first failure for travis
This commit is contained in:
parent
fa21208005
commit
990873eb42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user