Skip to content

Commit

Permalink
Fix shippable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Mar 18, 2015
1 parent 3d98e8a commit 8834c02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
cache: true

before_install:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage

install:
Expand All @@ -21,6 +20,4 @@ script:
after_success:
- coverage combine
- coverage report --include=*acitoolkit*
- coverage xml --include=*acitoolkit*
- mv coverage.xml shippable/codecoverage/
- mv unittests.xml shippable/testresults/
- coverage xml -o shippable/codecoverage/coverage.xml --include=*acitoolkit*

0 comments on commit 8834c02

Please sign in to comment.