turn on vebose logging on travis, to see about strict mode
This commit is contained in:
parent
7951ba5f1a
commit
2415df79b8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ script:
|
|||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- if [[ "$CPP_TESTS" = true ]]; then ./test_wrapper.sh; fi
|
||||
- if [[ "$WML_TESTS" = true ]]; then ./run_wml_tests -t 20; fi
|
||||
- if [[ "$WML_TESTS" = true ]]; then ./run_wml_tests -v -t 20; fi
|
||||
after_failure:
|
||||
- ./travis_after_failure.sh
|
||||
notifications:
|
||||
|
|
Loading…
Add table
Reference in a new issue