Skip to content

Commit

Permalink
turn on vebose logging on travis, to see about strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 20, 2014
1 parent 7951ba5 commit 2415df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2415df7

Please sign in to comment.