We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 338998a + e60fd33 commit de15cc2Copy full SHA for de15cc2
.travis.yml
@@ -31,12 +31,12 @@ script:
31
case "$TEST" in
32
unit-test)
33
travis_fold start "unit-test"
34
- bash ./scripts/travis-unit-test.sh
+ bash ./scripts/travis-unit-test.sh || exit 1
35
travis_fold end "unit-test"
36
;;
37
integration-test)
38
travis_fold start "integration-test"
39
- bash ./scripts/travis-integration-test.sh
+ bash ./scripts/travis-integration-test.sh || exit 1
40
travis_fold end "integration-test"
41
42
sourceclear)
0 commit comments