Browse Source

travis: split up jobs to keep below time limit

master
Andrew Tridgell 8 years ago
parent
commit
f3ee9fe9bd
  1. 4
      .travis.yml

4
.travis.yml

@ -75,6 +75,8 @@ matrix: @@ -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"

Loading…
Cancel
Save