We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807e601 commit 55d376eCopy full SHA for 55d376e
.travis.yml
@@ -15,8 +15,10 @@ matrix:
15
16
env:
17
matrix:
18
- - DEPENDENCIES="high"
19
- - DEPENDENCIES="low"
+ - DRIVER="xdebug" DEPENDENCIES="high"
+ - DRIVER="phpdbg" DEPENDENCIES="high"
20
+ - DRIVER="xdebug" DEPENDENCIES="low"
21
+ - DRIVER="phpdbg" DEPENDENCIES="low"
22
global:
23
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
24
0 commit comments