From 33d79b234d7b85e72089ee9c0a724b5bafa45cfa Mon Sep 17 00:00:00 2001
From: Benaka Moorthi <benaka.moorthi@gmail.com>
Date: Sat, 21 Sep 2013 21:22:44 -0400
Subject: [PATCH] Temporarily disabling other travis tests & try again to get
 opcache to work.

---
 .travis.yml        | 8 ++++----
 core/CacheFile.php | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 24b0b09980..6335d7678b 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
   global:
     - secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM="
diff --git a/core/CacheFile.php b/core/CacheFile.php
index 9ae391bd77..08e7542a65 100644
--- a/core/CacheFile.php
+++ b/core/CacheFile.php
@@ -184,7 +184,7 @@ class CacheFile
     private function opCacheInvalidate($filepath)
     {
         if (function_exists('opcache_invalidate')) {
-            opcache_invalidate($filepath);
+            opcache_invalidate($filepath, $force = true);
         }
     }
 }
\ No newline at end of file
-- 
GitLab