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 9c795d3 commit bb58892Copy full SHA for bb58892
.travis.yml
@@ -3,6 +3,10 @@ language: php
3
php:
4
- 5.6
5
6
+install:
7
+ - pecl install xdebug
8
+ - php --version
9
+
10
before_script:
11
- COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source
12
0 commit comments