Преглед на файлове

Add Travis build badge to README.md

Link back to https://travis-ci.org/jelmer/dulwich
milki преди 10 години
родител
ревизия
2652e725ca
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 This is the Dulwich project.
 
+[![Build Status](https://travis-ci.org/jelmer/dulwich.png?branch=master)](https://travis-ci.org/jelmer/dulwich)
+
 It aims to provide an interface to git repos (both local and remote) that
 doesn't call out to git directly but instead uses pure Python.