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
1 changed files with 1 additions and 0 deletions

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