Debugging Travis config.

This commit is contained in:
Rene Rivera
2015-05-21 11:58:59 -05:00
parent 3ae4a6a688
commit eb05d43616

View File

@ -13,7 +13,7 @@ before_script:
- 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam' - 'echo "project ROOT : : : build-dir bin ;" > jamroot.jam'
script: script:
- cd test && b2 -a --verbose-test - ls -laF && cd test && ls -laF && b2 -a --verbose-test
branches: branches:
only: only:
@ -27,8 +27,8 @@ notifications:
- "chat.freenode.net#boost" - "chat.freenode.net#boost"
template: template:
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}" - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
on_success: never on_success: change
on_failure: always on_failure: change
os: os:
- linux - linux