Skip to content

Commit ca63022

Browse files
authored
Merge pull request #150 from techtonik/patch-1
Fix Travis - bump libgit2 to 0.26
2 parents 7c2029e + fa8c442 commit ca63022

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Gitless
44
[![PyPI version](https://badge.fury.io/py/gitless.svg)](
55
http://badge.fury.io/py/gitless)
66
[![homebrew](https://img.shields.io/homebrew/v/gitless.svg)](http://braumeister.org/formula/gitless)
7-
[![Build Status](https://travis-ci.org/sdg-mit/gitless.svg?branch=develop)](
8-
https://travis-ci.org/sdg-mit/gitless)
7+
[![Build Status](https://travis-ci.org/sdg-mit/gitless.svg?branch=master)](https://travis-ci.org/sdg-mit/gitless)
98

109
[Gitless](http://gitless.com "Gitless's website") is an experimental version
1110
control system built on top of Git. Many

0 commit comments

Comments
 (0)