diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6ec6f01b..243ce2a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - DEPS=false - DEPS=true install: + - "pip install nose nose-cov --use-mirrors" - "make gpgkey" - "DESTDIR=. make install" script: @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/battlemidget/sosreport.png?branch=develop)](https://travis-ci.org/battlemidget/sosreport) +[![Build Status](https://travis-ci.org/battlemidget/sosreport.png?branch=master)](https://travis-ci.org/battlemidget/sosreport) This set of tools is designed to provide information to support organizations in an extensible manner, allowing third parties, package maintainers, and |