diff --git a/.travis.yml b/.travis.yml index 33b8576a7b..88ad5d63cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: cpp before_install: - - cd .. && ./ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile + - APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile && popd script: - - cd ./ardupilot && Tools/scripts/build_all_travis.sh + - Tools/scripts/build_all_travis.sh notifications: webhooks: