mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-03-20 16:51:28 +01:00
travis: force version of hg-git
The latest that works. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ install:
|
||||
then pip install -q Mercurial${HG_VERSION+==$HG_VERSION};
|
||||
else pip install -q http://selenic.com/repo/hg/archive/tip.tar.gz;
|
||||
fi
|
||||
- pip install -q dulwich hg-git || true
|
||||
- pip install -q dulwich hg-git==0.6.1 || true
|
||||
|
||||
before_script:
|
||||
- hg --version || true
|
||||
|
||||
Reference in New Issue
Block a user