diff options
author | Björn Gustavsson <[email protected]> | 2016-12-12 15:33:35 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-12-12 16:33:29 +0100 |
commit | 709be2f95c1df3b684e3ce036b98bdda3efa3f09 (patch) | |
tree | 6e0ccd28c15ed43045f9b197ab663e8fa213537e /.travis.yml | |
parent | 2e1fb1a42098ac73cd44f60699a09c3c3e49f77f (diff) | |
download | otp-709be2f95c1df3b684e3ce036b98bdda3efa3f09.tar.gz otp-709be2f95c1df3b684e3ce036b98bdda3efa3f09.tar.bz2 otp-709be2f95c1df3b684e3ce036b98bdda3efa3f09.zip |
Make sure that Travis fails when test cases fail
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 43bf0c7fb5..ef17d6fbe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ after_success: - ./otp_build tests && make release_docs after_script: - - cd $ERL_TOP/release/tests/test_server && $ERL_TOP/bin/erl -s ts install -s ts smoke_test batch -s init stop + - ./scripts/run-smoke-tests |