Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit 5caa85d8f1 - Show all commits

View File

@ -12,19 +12,23 @@ php:
before_script: before_script:
- pecl install redis - sh -c "if [ '$PHP' != '7']; then pecl install redis fi"
- phpenv config-add .travis.ini - phpenv config-add .travis.ini
script: script:
- mkdir -p build/logs - mkdir -p build/logs
- phpunit -c build - phpunit -c build
services:
- redis
after_script: after_script:
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter - CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
matrix: matrix:
allow_failures: allow_failures:
- php: nightly - php: nightly
- php: hhvm
addons: addons:
code_climate: code_climate: