Skip to content

Commit

Permalink
Disabled coverage on HHVM builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Athari committed Jun 7, 2015
1 parent 0c3b062 commit 2aae5c0
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 @@ -19,4 +19,4 @@ script:
- phpunit --coverage-clover build/logs/clover.xml Tests

after_script:
- vendor/bin/coveralls -v
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/coveralls -v; fi;'

0 comments on commit 2aae5c0

Please sign in to comment.