Skip to content

Commit ffc5300

Browse files
authored
Fix Travis - bump libgit2 to 0.26
1 parent 7c2029e commit ffc5300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd ~
44

5-
git clone --depth=1 -b maint/v0.25 https://github.com/libgit2/libgit2.git
5+
git clone --depth=1 -b maint/v0.26 https://github.com/libgit2/libgit2.git
66
cd libgit2/
77

88
mkdir build && cd build

0 commit comments

Comments
 (0)