Skip to content
Extraits de code Groupes Projets
Valider 17a0417f rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

disable xdebug only if we have a test suite. Otherwise will be disabled when generating coverage

parent 13e23de7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -118,7 +118,7 @@ install: ...@@ -118,7 +118,7 @@ install:
- git checkout master -- ./tests/travis ./plugins/CoreConsole || true - git checkout master -- ./tests/travis ./plugins/CoreConsole || true
before_script: before_script:
- if ([ -n "$TEST_SUITE" ] || [ -z "$PLUGIN_NAME" ]); - if ([ -n "$TEST_SUITE" ]);
then phpenv config-rm xdebug.ini then phpenv config-rm xdebug.ini
fi fi
- if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]); - if ([ -z "$TEST_SUITE" ] || [ -n "$PLUGIN_NAME" ]);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter