Skip to content

Commit a6a3f75

Browse files
committed
No longer manually disabling xdebug
1 parent 6929ecc commit a6a3f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ before_script:
2121
- mysql -e 'create database sabredav_test'
2222
- psql -c "create database sabredav_test" -U postgres
2323
- psql -c "create user sabredav with PASSWORD 'sabredav';GRANT ALL PRIVILEGES ON DATABASE sabredav_test TO sabredav" -U postgres
24-
- phpenv config-rm xdebug.ini; true
2524
# - composer self-update
2625
- composer update --prefer-dist $LOWEST_DEPS
2726

0 commit comments

Comments
 (0)