Attempt to fix hhvm pipeline

This commit is contained in:
Timothy Warren 2017-01-27 11:21:25 -05:00
parent 20c3d69717
commit aabdf4de30
1 changed files with 1 additions and 1 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 vendor/bin/phpunit -c build
- hhvm -d hhvm.php7.all=true phpunit -c build