diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-30 19:28:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-30 19:28:41 +0300 |
commit | 4fbc26faae3ea4dbfc6c6346f78c8c5377720b17 (patch) | |
tree | eb429eea83a864bf8c95758e9f5b94f1c37b26ab /.travis.yml | |
parent | 28cd7e0bc2ce4034054dad2332cc89b9635cef06 (diff) | |
download | plus-4fbc26faae3ea4dbfc6c6346f78c8c5377720b17.tar.gz plus-4fbc26faae3ea4dbfc6c6346f78c8c5377720b17.tar.bz2 plus-4fbc26faae3ea4dbfc6c6346f78c8c5377720b17.tar.xz plus-4fbc26faae3ea4dbfc6c6346f78c8c5377720b17.zip |
Show on console config.log in travis builds in after script section.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 46cc4b131..18047b619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,9 @@ script: - ./tools/ci/scripts/docker_run.sh - docker ps -a +after_script: + cat build/config.log || true + env: global: - SDL1="libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev" |