Travis: use px4-cleandep to make script more robust

This commit is contained in:
Andrew Tridgell 2015-01-06 15:15:38 +11:00
parent f54a13f24b
commit c9b7d27b98
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ for d in ArduCopter APMrover2 ArduPlane AntennaTracker; do
make clean
make linux -j4
make clean
make px4-cleandep
make px4-v2
popd
done