We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79b59e0 + 396d82c commit 43e54b1Copy full SHA for 43e54b1
1 file changed
.travis.yml
@@ -15,12 +15,15 @@ matrix:
15
fast_finish: true
16
17
before_install:
18
+ - cat $HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/etc/conf.d/xdebug.ini > ./xdebug.ini
19
+ - phpenv config-rm xdebug.ini || true
20
- composer self-update
21
22
before_script:
23
- composer install --prefer-source
24
- vendor/bin/parallel-lint --exclude vendor .
25
- vendor/bin/php-cs-fixer fix --dry-run --diff --level psr2 .
26
+ - phpenv config-add ./xdebug.ini
27
28
after_script:
29
- php vendor/bin/coveralls -v
0 commit comments