Skip to content

Commit

Permalink
Don't push code coverage when on hhvm environment.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 4, 2014
1 parent fa8442e commit 8945b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ before_script:
script: phpunit -c phpunit.xml --coverage-text

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

matrix:
allow_failures:
Expand Down

0 comments on commit 8945b27

Please sign in to comment.