Merge pull request #1440 from radarhere/diffcover

Updated repository URL
This commit is contained in:
Hugo van Kemenade 2015-09-26 20:15:29 +03:00
commit 3ac31a71d2

View File

@ -1,5 +1,5 @@
# Fetch the remote master branch before running diff-cover on Travis CI.
# https://github.com/edx/diff-cover#troubleshooting
# https://github.com/Bachmann1234/diff-cover#troubleshooting
git fetch origin master:refs/remotes/origin/master
# CFLAGS=-O0 means build with no optimisation.