Skip to content

Commit

Permalink
Builds may no longer fail for PHP7 and HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Navarr Barnier authored and Navarr Barnier committed Apr 22, 2016
1 parent b6e18af commit f33eb15
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ php:
- hhvm
- 7.0

matrix:
allow_failures:
- php: hhvm
- php: 7.0

install:
- composer self-update && composer --version
- composer install --prefer-dist --dev
- wget https://scrutinizer-ci.com/ocular.phar

script:
- vendor/bin/phpunit --verbose --coverage-clover=coverage.clover --configuration="phpunit.xml"
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit f33eb15

Please sign in to comment.