From 6bdaf87dd27b0e3d54b6986edfe0b9f7ce15962a Mon Sep 17 00:00:00 2001 From: Francisco Ferreira Date: Thu, 30 Aug 2018 02:02:55 +0100 Subject: [PATCH] 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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 440105f6d3..d85b0e4e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"