diff --git a/.travis.yml b/.travis.yml index 24b0b099800d3656f46fed65a90b244e2ffbd760..6335d7678bdc5ebdc19085d05f695e135da4cff0 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 9ae391bd77b62a5a9ffdd8f3771eea944ef77639..08e7542a6511593b85b59730a4fd9799cf2f8d44 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