From 872e10c8161a1972bc2ddbfcda610d6c26adf4d8 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Wed, 9 Jan 2019 14:31:52 +0100 Subject: [PATCH] fix path and change command order to install --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4031d854..7421ed8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,8 +133,8 @@ before_install: | install: | export BUILD_STATUS="incomplete"; - cd "$TRAVIS_BUILD_DIR/src/fhem-mirror"; - timeout 2790 travis_wait 120 sleep infinity & ./scripts/build.sh; + cd "$TRAVIS_BUILD_DIR/src/fhem-docker"; + travis_wait 120 sleep infinity & timeout 2790 ./scripts/build.sh; RET=$? ; if [[ $RET == 0 ]]; then export BUILD_STATUS="complete";