Skip to content

Commit

Permalink
Add --output-dir option for travis, so createcoverage script will not…
Browse files Browse the repository at this point in the history
… try to open a browser to see result
  • Loading branch information
bsuttor committed Aug 2, 2017
1 parent 7812133 commit 17032df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ before_script:
- firefox -v
script:
- bin/test
- bin/createcoverage run bin/test
after_success:
- bin/createcoverage
- bin/createcoverage --output-dir htmlcov
- pip install coveralls==0.5
- coveralls
notifications:
Expand Down

0 comments on commit 17032df

Please sign in to comment.