exit build run when tests fail

This commit is contained in:
Matthias Kretschmann 2019-06-26 19:34:20 +02:00
parent c3673015db
commit 557cfcc8b5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ before_install:
script:
# - ./scripts/install.sh # runs automatically with npm ci
- ./scripts/test.sh
- ./scripts/test.sh || travis_terminate 1
- ./scripts/coverage.sh
- ./scripts/build.sh