Skip to content

Commit

Permalink
Add coverall badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Free Ekanayaka committed Oct 11, 2016
1 parent 107c384 commit 262bb58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ python:

install:
- pip install tox
- pip install python-coveralls

script:
- tox

after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Overview
[![Build Status](https://travis-ci.org/freeekanayaka/layer-jenkins.svg?branch=master)](https://travis-ci.org/freeekanayaka/layer-jenkins)
[![Build Status](https://travis-ci.org/freeekanayaka/layer-jenkins.svg?branch=master)](https://travis-ci.org/freeekanayaka/layer-jenkins) [![Coverage Status](https://coveralls.io/repos/github/freeekanayaka/layer-jenkins/badge.svg?branch=master)](https://coveralls.io/github/freeekanayaka/layer-jenkins?branch=master)

This charm (along with its companion, jenkins-slave) provides an easy way to deploy Jenkins on Ubuntu server and scale out Jenkins slaves.

Expand Down

0 comments on commit 262bb58

Please sign in to comment.