Browse Source

Output assertion failure on tests

merge-requests/365/head
Jørgen Lien Sellæg 10 years ago
parent
commit
4b467da8a8
  1. 2
      .travis.yml

2
.travis.yml

@ -18,4 +18,4 @@ script:
- script=clean ./ci/execute.sh
- script=compile ./ci/execute.sh
- script=static_analysis ./ci/execute.sh
- script=compile make_command="broadwayd & make test" ./ci/execute.sh
- script=compile make_command="broadwayd & CTEST_OUTPUT_ON_FAILURE=1 make test" ./ci/execute.sh
Loading…
Cancel
Save