Skip to content
Snippets Groups Projects
Commit fedc1279 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

travis-ci fix coverity build (#6338)

parent adcf5634
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,8 @@ cache:
ccache: true
before_install:
- sudo -H easy_install pip
- sudo -H pip install empy jinja2
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get install genromfs; fi
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "${TRAVIS_BRANCH}" == "coverity" ]]; then sudo apt-get install genromfs && pip install empy jinja2; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then sudo -H easy_install pip && sudo -H pip install empy jinja2; fi
env:
global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment