diff --git a/.travis.yml b/.travis.yml
index 61ddc9024366ccc07afbcc0cc9cd646c2cec6040..277d3603087f9cc78ab824f768f333d7439371d0 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 622757f3b06edfb21568d8d545ef7084421962ce..cd836ed4cafe05e80abcdb726a5ddac52c9be12d 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>