Skip to content
Extraits de code Groupes Projets
Valider 9cf6be6c rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Trying to diagnose travis failure.

parent f7699b13
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -10,4 +10,10 @@ Piwik_TestingEnvironment::addHooks();
\Piwik\Profiler::setupProfilerXHProf();
include PIWIK_INCLUDE_PATH . '/index.php';
\ No newline at end of file
try {
include PIWIK_INCLUDE_PATH . '/index.php';
} catch (Exception $ex) {
\Piwik\Log::debug($ex);
throw $ex;
}
\ No newline at end of file
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