Skip to content

Commit

Permalink
Removed the code coverage from Travis
Browse files Browse the repository at this point in the history
Running the testsuite with the code coverage collecting is 10x longer
than without, so it is not worth it.
  • Loading branch information
stof committed Oct 5, 2014
1 parent 83e5fd9 commit a02c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
before_script:
- sh -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-add ./tests/travis/php.ini; fi"

script: phpunit --coverage-text -c tests/
script: phpunit -c tests/

notifications:
email:
Expand Down

0 comments on commit a02c4ad

Please sign in to comment.