Browse Source

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
master
Francisco Ferreira 7 years ago committed by WickedShell
parent
commit
6bdaf87dd2
  1. 3
      .travis.yml

3
.travis.yml

@ -56,7 +56,8 @@ env: @@ -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"

Loading…
Cancel
Save