travis-ci quick_check replaces check_format and tests

This commit is contained in:
Daniel Agar
2017-04-23 19:05:21 -04:00
parent 0ac237f3df
commit 621651fefa

View File

@@ -51,7 +51,7 @@ cache:
ccache: true ccache: true
before_install: 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: env:
global: global: