Travis: don't depend on directory name being "ardupilot"

This commit is contained in:
Jonathan Challinger 2015-01-07 14:09:05 -08:00 committed by Andrew Tridgell
parent 189dd158d7
commit e51f837360

View File

@ -1,10 +1,10 @@
language: cpp language: cpp
before_install: 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: script:
- cd ./ardupilot && Tools/scripts/build_all_travis.sh - Tools/scripts/build_all_travis.sh
notifications: notifications:
webhooks: webhooks: