travis: split up jobs to keep below time limit

This commit is contained in:
Andrew Tridgell 2016-12-10 21:03:39 +11:00
parent b7081f42cd
commit f3ee9fe9bd
1 changed files with 3 additions and 1 deletions

View File

@ -75,6 +75,8 @@ matrix:
fast_finish: true
include:
- compiler: "gcc"
env: CI_BUILD_TARGET="px4-v2 px4-v3 px4-v4"
env: CI_BUILD_TARGET="px4-v2 px4-v4"
- compiler: "gcc"
env: CI_BUILD_TARGET="px4-v3"
- compiler: "gcc"
env: CI_BUILD_TARGET="sitltest"