diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-14 10:31:07 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-14 10:26:48 -0400 |
commit | fae9d54abc1d602190ff929f14f99b30f8de3547 (patch) | |
tree | cfa7cee191a0452eea0a8c9cc1e217481ceec6c2 /.travis | |
parent | 431d81b61ca968da2d7c25f0d56455a44cd46fed (diff) |
travis: Fix caching issues
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/test_06_script_b.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index 0420acb993..e40055a6ee 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -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) |