Skip to content

Commit 229b4ee

Browse files
committed
Workaround Travis Xdebug < 2.3
1 parent 6051a1e commit 229b4ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: php
33
php:
44
- 5.6
55

6+
install:
7+
- pecl install xdebug
8+
- php --version
9+
610
before_script:
711
- COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source
812

0 commit comments

Comments
 (0)