Skip to content
Extraits de code Groupes Projets
Valider 33d79b23 rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Temporarily disabling other travis tests & try again to get opcache to work.

parent 4674f183
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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="
......
......@@ -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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter