Still tweaking towards HHVM

This commit is contained in:
Josh Sherman 2014-10-02 22:01:59 -04:00
parent c7a6852a3d
commit bbf392f45f
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master"
}, },
"require": { "require": {
"php": ">=5.4" "php": ">=5.3"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View file

@ -2,7 +2,7 @@
VERSION=`phpenv version-name` VERSION=`phpenv version-name`
if [ "$VERSION" == "hhvm" ] if [ "${VERSION}" = 'hhvm' ]
then then
PHPINI=/etc/hhvm/php.ini PHPINI=/etc/hhvm/php.ini
else else