Skip to content

Commit

Permalink
Merge pull request #44 from collective/instification/travis-fix
Browse files Browse the repository at this point in the history
Don't open bin/createcoverage results in browser
  • Loading branch information
gforcada authored Sep 8, 2017
2 parents 4e7a50c + 6ae8a48 commit f1e1b20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ script:
- bin/code-analysis
- bin/test
after_success:
- bin/createcoverage
- bin/createcoverage -d .
- python -m coverage.pickle2json
- coveralls
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
2.0a8 (unreleased)
------------------

- Nothing changed yet.
- Fix to failing travis tests, ``bin/createcoverage`` tries to open browser.
[instification]


2.0a7 (2017-08-16)
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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
===========================

Expand Down

0 comments on commit f1e1b20

Please sign in to comment.