Skip to content

Commit fa78861

Browse files
committed
Disable xdebug to speedup travis
1 parent c616472 commit fa78861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
- DEPS=latest
1111

1212
before_script:
13+
- phpenv config-rm xdebug.ini
1314
- composer self-update
1415
- if [[ $DEPS == 'lowest' ]]; then composer update --prefer-stable --no-interaction --prefer-lowest ; fi
1516
- if [[ $DEPS == 'latest' ]]; then composer update --prefer-stable --no-interaction ; fi

0 commit comments

Comments
 (0)