Skip to content

Commit

Permalink
Correct coveralls report from Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
proofit404 committed Dec 5, 2014
1 parent a965878 commit 44075f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -13,11 +13,10 @@ before_install:

install:
- cask install
- pip install tox git+https://github.com/coagulant/coveralls-python.git coveralls-merge
- pip install tox coveralls-merge

script:
- tox

after_success:
- coveralls --output=python-coveralls.json
- coveralls-merge emacs-coveralls.json python-coveralls.json
- coveralls-merge emacs-coveralls.json

0 comments on commit 44075f7

Please sign in to comment.