From 557cfcc8b50b9c2e51ce593a2b760e4e8baa258f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 26 Jun 2019 19:34:20 +0200 Subject: [PATCH] exit build run when tests fail --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e8ac68..03f2406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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