Skip to content

Commit

Permalink
Merge pull request #70 from h4cc/master
Browse files Browse the repository at this point in the history
Added newer PHP Versions and HHVM to .travis.yml
  • Loading branch information
stof committed Mar 20, 2014
2 parents bf582cd + 6006240 commit e1aba3c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- composer self-update
- composer install --prefer-source

script: phpunit --coverage-text

0 comments on commit e1aba3c

Please sign in to comment.