Skip to content

Commit 9236fec

Browse files
committed
again...
1 parent 1bd42cd commit 9236fec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ mv phpunit-6.0.phar ./phpunit
1818
fi
1919

2020
if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]] ; then
21-
hhvm -d hhvm.php7.all=1
2221
wget "https://phar.phpunit.de/phpunit-6.0.phar"
2322
mv phpunit-6.0.phar ./phpunit
2423
fi
2524

2625
if [[ "$TRAVIS_PHP_VERSION" == "hhvm-3.18" ]] ; then
27-
hhvm -d hhvm.php7.all=1
26+
echo -e "[hhvm]\nphp7.all=1\n" >> /etc/hhvm/php.ini
2827
wget "https://phar.phpunit.de/phpunit-6.0.phar"
2928
mv phpunit-6.0.phar ./phpunit
3029
fi

0 commit comments

Comments
 (0)