travis: force deb build not to use ccache

18a2b0a168 wasn't sufficient.
The path needed to be set so ccache wasn't picked up.
This commit is contained in:
Daniel Black 2017-06-29 15:59:17 +10:00 committed by Sergey Vojtovich
parent 13221b1eb2
commit 7c997f4b2e

View file

@ -48,7 +48,7 @@ matrix:
# https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable
# in trusty containers
- export MTR_MEM=/tmp
- env DEB_BUILD_OPTIONS="parallel=6" debian/autobake-deb.sh;
- env DEB_BUILD_OPTIONS="parallel=6" MYSQL_BUILD_PATH=/usr/local/bin:/usr/bin:/bin debian/autobake-deb.sh;
- ccache --show-stats
# Until OSX becomes a bit more stable: MDEV-12435
allow_failures: