Commit 58b33052 authored by Marius Wachtler's avatar Marius Wachtler

Use travis_wait to workaround the no output received error

parent c7b6726c
...@@ -73,7 +73,7 @@ before_script: ...@@ -73,7 +73,7 @@ before_script:
script: script:
- ccache -z - ccache -z
- ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G ctest --output-on-failure - ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait ctest --output-on-failure
- ccache -s - ccache -s
- if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi - if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment