Still tweaking towards HHVM
This commit is contained in:
parent
c7a6852a3d
commit
bbf392f45f
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue