Skip to content

Commit fae9d54

Browse files
author
MarcoFalke
committed
travis: Fix caching issues
1 parent 431d81b commit fae9d54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/test_06_script_b.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ if [ "$RUN_FUZZ_TESTS" = "true" ]; then
2525
DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
2626
END_FOLD
2727
fi
28+
29+
cd ${TRAVIS_BUILD_DIR} || (echo "could not enter travis build dir $TRAVIS_BUILD_DIR"; exit 1)

0 commit comments

Comments
 (0)