Skip to content

Commit de15cc2

Browse files
authored
Merge pull request #484 from maennel/bugfix/let_tests_fail
Let tests fail
2 parents 338998a + e60fd33 commit de15cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ script:
3131
case "$TEST" in
3232
unit-test)
3333
travis_fold start "unit-test"
34-
bash ./scripts/travis-unit-test.sh
34+
bash ./scripts/travis-unit-test.sh || exit 1
3535
travis_fold end "unit-test"
3636
;;
3737
integration-test)
3838
travis_fold start "integration-test"
39-
bash ./scripts/travis-integration-test.sh
39+
bash ./scripts/travis-integration-test.sh || exit 1
4040
travis_fold end "integration-test"
4141
;;
4242
sourceclear)

0 commit comments

Comments
 (0)