Another attempt at hhvm testing

This commit is contained in:
Timothy Warren 2017-01-27 11:38:18 -05:00
parent 780b1ae837
commit 57b103c136
2 changed files with 3 additions and 2 deletions

View File

@ -34,4 +34,4 @@ test:hhvm:
- composer install --no-dev
image: 51systems/docker-gitlab-ci-runner-hhvm
script:
- hhvm -d hhvm.php7.all=true phpunit -c build
- hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build

View File

@ -35,4 +35,5 @@ docker-php-ext-configure gd --enable-gd-native-ttf --with-jpeg-dir=/usr/lib/x86_
docker-php-ext-install gd
docker-php-ext-install mcrypt
docker-php-ext-install xsl
docker-php-ext-install zip
docker-php-ext-install zip
docker-php-ext-install xdebug