Skip to content

Commit

Permalink
Test HHVM in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Feb 26, 2019
1 parent 85beb08 commit 5e7991e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ before_script:
- vendor/bin/phpunit-4.8-fixer
- export PHP_ARGS='';
- if [[ "$IS_HHVM" = 'true' ]]; then echo 'hhvm.php7.all=1' >> /etc/hhvm/php.ini; echo 'hhvm.enable_hip_hop_syntax=1' >> /etc/hhvm/php.ini; fi
- |
if [[ "$DEPENDENCIES" = 'hhvm_high' ]]; then
echo 'hhvm.php7.all=1' >> /etc/hhvm/php.ini;
export PHP_ARGS=$(php -r "echo '-d error_reporting=', E_ALL ^ E_WARNING;");
fi
- if [[ "$DEPENDENCIES" = 'hhvm_high' ]]; then echo 'hhvm.php7.all=1' >> /etc/hhvm/php.ini; fi
- if [[ "$DEPENDENCIES" = 'low' ]]; then export PHP_ARGS=$(php -r "echo '-d error_reporting=', E_ALL ^ (E_DEPRECATED | E_USER_DEPRECATED);"); fi

script:
Expand Down

0 comments on commit 5e7991e

Please sign in to comment.