Skip to content

Commit

Permalink
travis: Fix caching issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke authored and Warrows committed Jul 9, 2019
1 parent e4945a2 commit 1fa0bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/test_06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
DOCKER_EXEC test/functional/test_runner.py --combinedlogslen=4000 ${TEST_RUNNER_EXTRA}
END_FOLD
fi

cd ${TRAVIS_BUILD_DIR} || (echo "could not enter travis build dir $TRAVIS_BUILD_DIR"; exit 1)

0 comments on commit 1fa0bf3

Please sign in to comment.