Update Travis CI script to use libgit2 v0.26

This commit is contained in:
Carlos Martín Nieto 2017-07-03 15:47:52 +02:00
parent e41f71f458
commit 2ce8b952c4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd ~
git clone --depth=1 -b maint/v0.25 https://github.com/libgit2/libgit2.git
git clone --depth=1 -b maint/v0.26 https://github.com/libgit2/libgit2.git
cd libgit2/
mkdir build && cd build