inline a very short travis-related script

This commit is contained in:
Chris Beck 2014-06-29 19:31:32 -04:00
parent f5aab2680a
commit b8eb79411e
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,8 @@ script:
- if [[ "$CPP_TESTS" = true ]]; then time ./utils/travis/test_wrapper.sh; fi
- if [[ "$WML_TESTS" = true ]]; then time ./run_wml_tests -v -t 20; fi
after_failure:
- ./utils/travis/travis_after_failure.sh
- if [ -f "errors.log" ]; then echo -e "\n*** \n*\n* Errors reported in wml unit tests, here is errors.log...\n*\n*** \n"; fi
- if [ -f "errors.log" ]; then cat errors.log; fi
notifications:
email: false
irc: