Travis: reduced travis build time

we are running past maximum cpu time in travis
This commit is contained in:
Andrew Tridgell 2016-04-12 06:02:01 +10:00
parent fa36d6cac1
commit 375c9d1776
1 changed files with 5 additions and 5 deletions

View File

@ -35,14 +35,14 @@ env:
# via the "travis encrypt" command using the project repo's public key
- secure: "FjIwqZQV2FhNPWYITX5LZXTE38yYqBaQdbm3QmbEg/30wnPTm1ZOLIU7o/aSvX615ImR8kHoryvFPDQDWc6wWfqTEs3Ytq2kIvcIJS2Y5l/0PFfpWJoH5gRd6hDThnoi+1oVMLvj1+bhn4yFlCCQ2vT/jxoGfiQqqgvHtv4fLzI="
matrix:
- CI_BUILD_TARGET="px4-v2 px4-v4"
- CI_BUILD_TARGET="sitl linux minlure"
- CI_BUILD_TARGET="navio raspilot bebop"
- CI_BUILD_TARGET="px4-v2"
- CI_BUILD_TARGET="sitl minlure"
- CI_BUILD_TARGET="navio bebop"
- CI_BUILD_TARGET="sitltest"
matrix:
include:
- compiler: clang
env: CI_BUILD_TARGET="sitl linux minlure"
env: CI_BUILD_TARGET="sitl minlure"
- compiler: clang
env: CI_BUILD_TARGET="navio raspilot bebop"
env: CI_BUILD_TARGET="navio bebop"