Travis: test building without logging for plane

This commit is contained in:
Andrew Tridgell 2015-01-17 10:46:01 +13:00
parent b0b57cccce
commit 731678b0a1

View File

@ -16,6 +16,8 @@ for b in all apm2 sitl linux; do
make clean
make $b -j4
done
make clean
make apm1-nologging
popd
for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do