From 1c7a18724c45ffacba8a370b2097fa3ef7bb8ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Fri, 21 Sep 2012 16:44:13 +0200 Subject: [PATCH] Switch to use libgit2's development branch --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 26985cf..1d73b00 100755 --- a/.travis.sh +++ b/.travis.sh @@ -2,7 +2,7 @@ cd ~ -git clone --depth=1 -b master https://github.com/libgit2/libgit2.git +git clone --depth=1 -b development https://github.com/libgit2/libgit2.git cd libgit2/ mkdir build && cd build