From 621651fefad188e4b2ad75deaec7dfdcdb340d48 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 23 Apr 2017 19:05:21 -0400 Subject: [PATCH] travis-ci quick_check replaces check_format and tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 808c581534..6d420523ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: