Attempt to fix hhvm tests

This commit is contained in:
Timothy Warren 2016-11-03 11:17:37 -04:00
parent a003044510
commit 436a95224f
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ test:hhvm:
- composer install
image: 51systems/docker-gitlab-ci-runner-hhvm
script:
- vendor/bin/phpunit --coverage-text --colors=never
- hhvm -d hhvm.php7.all=true vendor/bin/phpunit --coverage-text --colors=never