diff options
author | Björn Gustavsson <[email protected]> | 2016-12-15 11:53:52 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-12-15 11:53:52 +0100 |
commit | ad2cd9e1db72dfccbd72a057b58bb90c6e000ca5 (patch) | |
tree | 7e167dbb2f9fe8e1aca9137bdee8332dbe3b9349 /.travis.yml | |
parent | c2a8b35fef671321509bfaf4f607fa83fd0ccdbe (diff) | |
parent | 200f19dc582e33a6f811b05e3deec987fc67915a (diff) | |
download | otp-ad2cd9e1db72dfccbd72a057b58bb90c6e000ca5.tar.gz otp-ad2cd9e1db72dfccbd72a057b58bb90c6e000ca5.tar.bz2 otp-ad2cd9e1db72dfccbd72a057b58bb90c6e000ca5.zip |
Merge branch 'maint'
* maint:
Create CONTRIBUTING.md (#1278)
Make sure that Travis fails when test cases fail
Don't include problematic test cases in smoke test
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 01586b8ccb..e05c644bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,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 |