diff --git a/.travis.yml b/.travis.yml
index 0908e3b5f710572614240a8efefeb48e163659d8..aad174d28fe74f637f67044430f2c1e974ce259c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,9 +118,6 @@ install:
   - git checkout master -- ./tests/travis ./plugins/CoreConsole || true
 
 before_script:
-  - if ([ -n "$TEST_SUITE" ]);
-    then phpenv config-rm xdebug.ini;
-    fi
   - if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
     then composer require satooshi/php-coveralls dev-master;
     fi
@@ -207,4 +204,4 @@ notifications:
   #email:
   # if we specify piwik-builds@piwik.org then the developer doesn't get notified
   #  - piwik-builds@piwik.org
-  # this is a missing feature by Travis to notify both list and committer
+  # this is a missing feature by Travis to notify both list and committer
\ No newline at end of file