Update links

This commit is contained in:
Victor Zverovich
2016-04-28 06:54:37 -07:00
parent 56b6c05bf9
commit 59d0efd6d6
4 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ class Git:
dir = tempfile.mkdtemp()
try:
git = Git(dir)
git('clone', '-b', 'coverity', 'git@github.com:cppformat/cppformat.git', dir)
git('clone', '-b', 'coverity', 'git@github.com:fmtlib/fmt.git', dir)
output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master')
if 'Fast-forward' not in output:
git('reset', 'HEAD', '.travis.yml')