From b83297a30f16cf4d7d0c6bca27c4b4023482d9b6 Mon Sep 17 00:00:00 2001
From: Benaka Moorthi <benaka.moorthi@gmail.com>
Date: Wed, 26 Jun 2013 19:56:50 -0700
Subject: [PATCH] Investigating travis build failure... (38th commit)

---
 .travis.yml                    | 8 ++++----
 tests/PHPUnit/phpunit.xml.dist | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 61ddc90243..277d360308 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,14 @@ language: php
 # We want to test against PHP 5.3/5.4/5.5
 php:
   - 5.5
-  - 5.4
-  - 5.3
+#  - 5.4
+#  - 5.3
 
 # Separate different test suites
 env:
   matrix:
-    - TEST_SUITE=PluginTests
-    - TEST_SUITE=CoreTests
+#    - TEST_SUITE=PluginTests
+#    - TEST_SUITE=CoreTests
     - TEST_SUITE=IntegrationTests
 
 # Run PHP 5.4 for aa tests to generate
diff --git a/tests/PHPUnit/phpunit.xml.dist b/tests/PHPUnit/phpunit.xml.dist
index 622757f3b0..cd836ed4ca 100644
--- a/tests/PHPUnit/phpunit.xml.dist
+++ b/tests/PHPUnit/phpunit.xml.dist
@@ -37,7 +37,7 @@
       <directory>./Core</directory>
   </testsuite>
   <testsuite name="IntegrationTests">
-      <directory>./Integration</directory>
+      <file>./Integration/NoVisitTest.php</file>
   </testsuite>
 </testsuites>
 
-- 
GitLab