Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ before_test:

test_script:
- ps: |
&$env:PYTHON -m pip install .
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
# upload results to AppVeyor
Expand Down
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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/

mkdir build && cd build
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Gitless
[![PyPI version](https://badge.fury.io/py/gitless.svg)](
http://badge.fury.io/py/gitless)
[![homebrew](https://img.shields.io/homebrew/v/gitless.svg)](http://braumeister.org/formula/gitless)
[![Build Status](https://travis-ci.org/sdg-mit/gitless.svg?branch=develop)](
https://travis-ci.org/sdg-mit/gitless)
[![Build Status](https://travis-ci.org/sdg-mit/gitless.svg?branch=master)](https://travis-ci.org/sdg-mit/gitless)

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