Travis: NavIO compiler fix

This commit is contained in:
Staroselskii Georgii 2015-04-28 14:40:17 +03:00 committed by Andrew Tridgell
parent 463270e0ee
commit 33aa05d7b3
1 changed files with 2 additions and 3 deletions

View File

@ -25,15 +25,14 @@ popd
for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do
pushd $d
make clean
make navio -j3
make clean
make sitl -j4
make clean
make linux -j4
make clean
make px4-cleandep
make px4-v2
make clean
# navio disabled due to travis internal compiler error
#make navio -j4
popd
done