Travis: split build of v2/v4 into separate builds

we are sometimes going past max time limit with the v2/v4 build
This commit is contained in:
Andrew Tridgell 2017-03-15 07:33:52 +11:00
parent c2905fc7f6
commit 6ea2a74c54

View File

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