Skip to content

Commit

Permalink
Fix order in Travis configuration for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Jan 13, 2017
1 parent d7ad5b3 commit 0c18805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_script:
- cd ~/builds/ss

script:
- vendor/bin/phpunit psr7-adapters/tests --coverage-clover=coverage.xml
- vendor/bin/phpunit --coverage-clover=coverage.xml psr7-adapters/tests

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0c18805

Please sign in to comment.