Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 57b103c136 - Show all commits

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