Skip to content

Commit

Permalink
HHVM in PHP7 compatibility mode on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 7, 2017
1 parent 7c4399b commit 530e588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- hhvm

before_script:
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
- composer install

script:
Expand Down

0 comments on commit 530e588

Please sign in to comment.