From 8da5716ea723dffd110b5c0a0335c4ecbba8a6c0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell <andrew@tridgell.net> Date: Thu, 8 Jan 2015 13:25:23 +1100 Subject: [PATCH] Travis: don't build Linux for travis in copter-3.2 --- Tools/scripts/build_all_travis.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tools/scripts/build_all_travis.sh b/Tools/scripts/build_all_travis.sh index 68daf012d..64ac54a3d 100755 --- a/Tools/scripts/build_all_travis.sh +++ b/Tools/scripts/build_all_travis.sh @@ -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 -- GitLab