Have Travis install v0.25

This commit is contained in:
Carlos Martín Nieto 2016-12-23 19:35:22 +00:00
parent f37109968c
commit f0554d8c8b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ "x$TRAVIS_BRANCH" = "xnext" ]; then
fi
cd "${HOME}"
LG2VER="0.24.0"
LG2VER="0.25.0"
wget -O libgit2-${LG2VER}.tar.gz https://github.com/libgit2/libgit2/archive/v${LG2VER}.tar.gz
tar -xzvf libgit2-${LG2VER}.tar.gz
cd libgit2-${LG2VER} && mkdir build && cd build