Travis: don't build Linux for travis in copter-3.2

This commit is contained in:
Andrew Tridgell 2015-01-08 13:25:23 +11:00 committed by Randy Mackay
parent f053af5312
commit 8da5716ea7
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ set -x
echo "Testing ArduPlane build"
pushd ArduCopter
make configure
for b in all apm2 sitl linux; do
for b in all apm2 sitl; do
pwd
make clean
make $b -j4
@ -23,8 +23,6 @@ for d in ArduCopter; do
make clean
make sitl -j4
make clean
make linux -j4
make clean
make px4-cleandep
make px4-v2
popd