Skip to content

Commit

Permalink
Merge a41b89a into d786468
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBasti committed Feb 21, 2019
2 parents d786468 + a41b89a commit e73eff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ env:
- OS=fedora
OS_VERSION=29
PYTHON_VERSION=2
script:
install:
- pip install coveralls
script:
- ./test.sh
after_success: coveralls
notifications:
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Koji containerbuild
===================

[![Coverage Status](https://coveralls.io/repos/github/release-engineering/koji-containerbuild/badge.svg?branch=master)](https://coveralls.io/github/release-engineering/koji-containerbuild?branch=master)

This package extends Koji buildsystem with plugin which allows building
containers via OpenShift buildsystem. Additionally it provides CLI tool to
submit builds based on koji CLI.
Expand Down

0 comments on commit e73eff2

Please sign in to comment.