mirror of https://github.com/ArduPilot/ardupilot
Travis: use install-travis-env.sh
This commit is contained in:
parent
97d6543520
commit
bea3b4780d
|
@ -1,7 +1,7 @@
|
|||
language: cpp
|
||||
|
||||
before_install:
|
||||
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-prereqs-ubuntu.sh -y && . ~/.profile && popd
|
||||
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd
|
||||
|
||||
script:
|
||||
- Tools/scripts/build_all_travis.sh
|
||||
|
|
Loading…
Reference in New Issue