forked from Archive/PX4-Autopilot
travis-ci quick_check replaces check_format and tests
This commit is contained in:
parent
0ac237f3df
commit
621651fefa
|
@ -51,7 +51,7 @@ cache:
|
|||
ccache: true
|
||||
|
||||
before_install:
|
||||
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "${TRAVIS_BRANCH}" == "coverity" ]]; then sudo apt-get install genromfs && pip install empy jinja2; fi
|
||||
- if [[ "${BUILD_TARGET}" = "coverity_scan" && "${TRAVIS_BRANCH}" == "coverity" ]]; then sudo apt-get install genromfs && pip install empy jinja2; fi
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue