diff --git a/.travis.yml b/.travis.yml index 6d0e206..2a23b0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,6 @@ script: - bin/code-analysis - bin/test after_success: - - bin/createcoverage + - bin/createcoverage -d . - python -m coverage.pickle2json - coveralls diff --git a/CHANGES.rst b/CHANGES.rst index b2562a3..320ad12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ Changelog 2.0a8 (unreleased) ------------------ +- Fix to failing travis tests, ``bin/createcoverage`` tries to open browser. + [instification] - Stripped query string before testing which urls to strip cookies on. https://github.com/collective/plone.recipe.varnish/issues/42 [instification] diff --git a/README.rst b/README.rst index 19e55ea..9fcc192 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,10 @@ .. image:: https://travis-ci.org/collective/plone.recipe.varnish.svg?branch=master :target: https://travis-ci.org/collective/plone.recipe.varnish -.. image:: https://coveralls.io/repos/collective/plone.recipe.varnish/badge.svg?branch=master&service=github +.. image:: https://coveralls.io/repos/github/collective/plone.recipe.varnish/badge.svg?branch=master :target: https://coveralls.io/github/collective/plone.recipe.varnish?branch=master + Varnish recipe for buildout ===========================