Skip to content

Commit ace70a3

Browse files
committed
Should probably leave xdebug seeing as we use it for code coverage. 👍
1 parent fe7a6fb commit ace70a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
before_install:
1313
- mysql -e 'CREATE DATABASE IF NOT EXISTS travis;'
1414
before_script:
15-
- phpenv config-rm xdebug.ini
15+
# - phpenv config-rm xdebug.ini
1616
- cp .env.travis .env
1717
- composer install --no-interaction --prefer-dist --no-suggest --verbose
1818
- php artisan migrate --seed -v

0 commit comments

Comments
 (0)