Skip to content

Commit 1fa0bf3

Browse files
MarcoFalkeWarrows
authored andcommitted
travis: Fix caching issues
1 parent e4945a2 commit 1fa0bf3

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
@@ -19,3 +19,5 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
1919
DOCKER_EXEC test/functional/test_runner.py --combinedlogslen=4000 ${TEST_RUNNER_EXTRA}
2020
END_FOLD
2121
fi
22+
23+
cd ${TRAVIS_BUILD_DIR} || (echo "could not enter travis build dir $TRAVIS_BUILD_DIR"; exit 1)

0 commit comments

Comments
 (0)