diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2017-03-06 14:37:07 -0500 |
---|---|---|
committer | Stephen Milner <stevem@gnulinux.net> | 2017-03-06 17:05:24 -0500 |
commit | 3e1557ad8074195f0c11a6c2f3932840d10a7924 (patch) | |
tree | d2efa2497ce72462f9f898597e76ad92f04c04e4 /.travis.yml | |
parent | be906c592a7f770803a5c798a33319c94fedcb1d (diff) | |
download | openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.gz openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.bz2 openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.tar.xz openshift-3e1557ad8074195f0c11a6c2f3932840d10a7924.zip |
Enable coveralls.io
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15fe61959..0698b0280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,14 @@ python: - "3.5" install: - - pip install tox-travis + - pip install tox-travis coveralls script: - tox +after_success: + - coveralls + notifications: email: recipients: |