travis: Fix caching issues

This commit is contained in:
MarcoFalke 2019-06-14 10:31:07 -04:00
parent 431d81b61c
commit fae9d54abc
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -25,3 +25,5 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
END_FOLD
fi
cd ${TRAVIS_BUILD_DIR} || (echo "could not enter travis build dir $TRAVIS_BUILD_DIR"; exit 1)