5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-08 17:08:28 -04:00

Travis: require sudo so not to run on a container

This commit is contained in:
Lucas De Marchi 2015-04-11 01:59:11 -03:00 committed by Andrew Tridgell
parent d4e9418ad4
commit b4718f6943

View File

@ -1,4 +1,5 @@
language: cpp
sudo: required
before_install:
- APMDIR=$(pwd) && pushd .. && $APMDIR/Tools/scripts/install-travis-env.sh -y && . ~/.profile && popd