Update Travis CI script to use libgit2 v0.26
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
cd ~
 | 
					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/
 | 
					cd libgit2/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mkdir build && cd build
 | 
					mkdir build && cd build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user