Skip to content

Commit

Permalink
Merge pull request #7 from keyvanakbary/support-php7
Browse files Browse the repository at this point in the history
Support PHP 7.0
  • Loading branch information
keyvanakbary committed Jul 11, 2015
2 parents 42dc7cc + cdd6d60 commit 3a850c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

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

script: bin/phpunit
script: bin/phpunit

0 comments on commit 3a850c7

Please sign in to comment.