Skip to content

Commit 55d376e

Browse files
Fix issue introduced in e3ae552
1 parent 807e601 commit 55d376e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ matrix:
1515

1616
env:
1717
matrix:
18-
- DEPENDENCIES="high"
19-
- DEPENDENCIES="low"
18+
- DRIVER="xdebug" DEPENDENCIES="high"
19+
- DRIVER="phpdbg" DEPENDENCIES="high"
20+
- DRIVER="xdebug" DEPENDENCIES="low"
21+
- DRIVER="phpdbg" DEPENDENCIES="low"
2022
global:
2123
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
2224

0 commit comments

Comments
 (0)