Skip to content

Commit

Permalink
fix path and change command order to install
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Jan 9, 2019
1 parent b0b92a2 commit 872e10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 872e10c

Please sign in to comment.