mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
travis: don't run Make builds for PX4-v2
It has been failing due to lack of space for a long time without having been fixed so just stop testing it
This commit is contained in:
parent
37b9e76737
commit
6bdaf87dd2
@ -56,7 +56,8 @@ env:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- compiler: "gcc"
|
||||
- if: type != cron
|
||||
compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="px4-v2 revo-bootloader"
|
||||
- compiler: "gcc"
|
||||
env: CI_BUILD_TARGET="px4-v4 revo-mini"
|
||||
|
Loading…
Reference in New Issue
Block a user