Version 5.1 - All the GraphQL #32

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

View File

@ -12,7 +12,6 @@ php:
before_script:
- sh -c "if [ '$PHP' != '7']; then pecl install redis fi"
- phpenv config-add .travis.ini
script:
@ -27,6 +26,8 @@ after_script:
matrix:
allow_failures:
- php: 5.5
- php: 5.6
- php: nightly
- php: hhvm