debug ccache - refs #3350

This commit is contained in:
Dane Springmeyer 2016-03-04 12:59:49 -08:00
parent 37b26c28b6
commit efa31c6556

View file

@ -43,6 +43,9 @@ matrix:
env: JOBS=4 MASON_PUBLISH=true
before_install:
- ccache --version
- ccache -p
- ccache --show-stats
- source scripts/travis-common.sh
- export PYTHONUSERBASE=$(pwd)/mason_packages/.link
- export PATH=${PYTHONUSERBASE}/bin:${PATH}