Travis: ignore failure of extra deb install
This commit is contained in:
parent
94bd357c57
commit
67e10ff392
@ -39,7 +39,7 @@ done
|
||||
|
||||
# install some extra packages (for later AVR compiler)
|
||||
rsync -av firmware.diydrones.com::Tools/Travis/*.deb ExtraPackages
|
||||
sudo dpkg -i ExtraPackages/*.deb
|
||||
sudo dpkg -i ExtraPackages/*.deb || echo "FAILED INSTALL OF EXTRA DEBS"
|
||||
|
||||
|
||||
if [ ! -d PX4Firmware ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user