Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 7c69d51

Browse files
committed
Remove xdebug to spped up codestyle check build
1 parent 2bca0c6 commit 7c69d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ matrix:
6969
# Codestyle check build
7070
- php: 7.1
7171
env: CHECK_CODESTYLE=1
72+
before_install:
73+
- phpenv config-rm xdebug.ini
7274
before_script: ~
7375
script:
7476
- composer require phpstan/phpstan-shim # Not part of require-dev, because it won't install on PHP 5.6
@@ -82,10 +84,8 @@ cache:
8284
- $HOME/.composer/cache
8385
- jar
8486

85-
before_install:
86-
- travis_retry composer self-update
87-
8887
install:
88+
- travis_retry composer self-update
8989
- travis_retry composer update --no-interaction $DEPENDENCIES
9090

9191
before_script:

0 commit comments

Comments
 (0)