Update libgit2 dependency for Travis.

This commit is contained in:
Oliver Hamlet
2015-01-24 19:16:10 +00:00
parent c8e96967a1
commit 603b1ba05d
+3 -3
View File
@@ -27,9 +27,9 @@ install:
- make yaml-cpp
- cd ../../
# Build libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.21.1.tar.gz
- tar -xf v0.21.1.tar.gz
- mv libgit2-0.21.1 libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz
- tar -xf v0.22.1.tar.gz
- mv libgit2-0.22.1 libgit2
- mkdir libgit2/build && cd libgit2/build
- cmake ..
- make git2