diff options
author | Björn Gustavsson <[email protected]> | 2017-02-08 15:27:33 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-08 15:33:47 +0100 |
commit | 74796de9c7739830bf911f8246b939b6099e1298 (patch) | |
tree | 337368ad5f31682e0c0bf80596c304b19b7ee864 /.travis.yml | |
parent | d8f3e9c4760020b25ac279de283361459ae66a8d (diff) | |
download | otp-74796de9c7739830bf911f8246b939b6099e1298.tar.gz otp-74796de9c7739830bf911f8246b939b6099e1298.tar.bz2 otp-74796de9c7739830bf911f8246b939b6099e1298.zip |
Reduce size of the log file for Travis CI
The huge log files are problematic. Add shell scripts that
captures the log output to a temporary file and only display
the log file if an error occurs.
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 42151a16d2..baa55b383d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - kerl_deactivate script: - - ./otp_build all -a + - ./scripts/build-otp after_success: - $ERL_TOP/bin/dialyzer --build_plt --apps asn1 compiler crypto dialyzer edoc erts et hipe inets kernel mnesia observer public_key runtime_tools snmp ssh ssl stdlib syntax_tools wx xmerl --statistics |