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:
Francisco Ferreira 2018-08-30 02:02:55 +01:00 committed by WickedShell
parent 37b9e76737
commit 6bdaf87dd2

View File

@ -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"