Skip to content

Commit

Permalink
inline a very short travis-related script
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 29, 2014
1 parent f5aab26 commit b8eb794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
File renamed without changes.

0 comments on commit b8eb794

Please sign in to comment.