Skip to content

Commit

Permalink
Add HHVM and PHP7.0 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Sep 15, 2015
1 parent f4a7672 commit b7342f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- travis_retry composer self-update
Expand All @@ -12,6 +14,8 @@ after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

sudo: false

script: phpunit --coverage-clover=coverage.clover

matrix:
Expand Down

0 comments on commit b7342f2

Please sign in to comment.