mirror of https://github.com/ArduPilot/ardupilot
Travis: require sudo so not to run on a container
This commit is contained in:
parent
d4e9418ad4
commit
b4718f6943
|
@ -1,4 +1,5 @@
|
|||
language: cpp
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd
|
||||
|
|
Loading…
Reference in New Issue