Skip to content

Commit

Permalink
HHVM PHP7 compatibility mode on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 4, 2017
1 parent 9c8c816 commit 2f2c687
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 @@ -10,6 +10,7 @@ matrix:
- 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 2f2c687

Please sign in to comment.