Skip to content

Commit 09f8c7c

Browse files
committed
try disabling xdebug for test stage only
1 parent 99338f3 commit 09f8c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ matrix:
1111
allow_failures:
1212
- php: nightly
1313

14-
install:
14+
before_script:
15+
- phpenv config-rm xdebug.ini
1516
- composer install --no-interaction --prefer-dist --optimize-autoloader
16-
1717
script:
1818
- vendor/bin/phpunit --no-coverage
1919

0 commit comments

Comments
 (0)