From 9cf6be6c832a606e01fae5c1b6bbd83c08984f2a Mon Sep 17 00:00:00 2001
From: diosmosis <benakamoorthi@fastmail.fm>
Date: Sun, 6 Jul 2014 01:18:57 -0700
Subject: [PATCH] Trying to diagnose travis failure.

---
 tests/PHPUnit/proxy/index.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index 594ad5da36..6cb5db106c 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -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
-- 
GitLab