Commit b3c96f01 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Try to debug travis-ci disk space issues

parent 6ce76736
......@@ -76,10 +76,13 @@ before_script:
- mysql -e 'create database mysqldb_test charset utf8;'
script:
- df
- ccache -z
- time ninja -j4 pyston check-deps && PYSTON_RUN_ARGS=G travis_wait 60 ctest --output-on-failure
- ccache -s
- if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi
- df
- free -m
# - if [ -n "$(git status --porcelain --untracked=no)" ]; then echo "test suite left the source directory dirty"; git status; false; fi
os:
- linux
......
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