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

travis-ci force git to use git://

parent 891b2f64
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ before_install:
- if [[ "${TRAVIS_BRANCH}" = "coverity" ]]; then
if [[ "${BUILD_TARGET}" = "coverity_scan" ]]; then sudo apt-get install genromfs && pip install empy jinja2; else exit 0; fi;
fi
# use git:// to fetch instead of https://
- git config --global url."git://".insteadOf https://
env:
global:
# COVERITY KEY
......
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