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 8ddd2f5fd5 - Show all commits

View File

@ -32,7 +32,7 @@ test:hhvm:
- /usr/local/bin/composer self-update
- curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
- chmod +x /usr/local/bin/phpunit
- composer install --no-dev
- composer install --no-dev --ignore-platform-reqs
image: 51systems/docker-gitlab-ci-runner-hhvm
script:
- hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build --coverage-text --colors=never

View File

@ -1,10 +1,11 @@
language: php
install:
- composer install
- composer install --ignore-platform-reqs
php:
- 7
- 7.1
- hhvm
- nightly