From be1186f47fd915d748f5e38f224f9aac306d2fc9 Mon Sep 17 00:00:00 2001 From: Francisco Ferreira Date: Fri, 15 Apr 2016 04:59:29 +0100 Subject: [PATCH] travis: readd builds - reverts 375c9d1 --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd1e4f38e4..c7ae3d4038 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,14 +64,14 @@ env: matrix: include: - compiler: "gcc PX4" - env: CI_BUILD_TARGET="px4-v2" + env: CI_BUILD_TARGET="px4-v2 px4-v4" - compiler: "gcc Native" - env: CI_BUILD_TARGET="sitl minlure" + env: CI_BUILD_TARGET="sitl linux minlure" - compiler: "gcc Linux" - env: CI_BUILD_TARGET="navio bebop" + env: CI_BUILD_TARGET="navio raspilot bebop" - compiler: "gcc SITL Test" env: CI_BUILD_TARGET="sitltest" - compiler: "clang Native" - env: CI_BUILD_TARGET="sitl minlure" + env: CI_BUILD_TARGET="sitl linux minlure" - compiler: "clang Linux" - env: CI_BUILD_TARGET="navio bebop" + env: CI_BUILD_TARGET="navio raspilot bebop"