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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,14 +3,14 @@ language: php ...@@ -3,14 +3,14 @@ language: php
# We want to test against PHP 5.3/5.4/5.5 # We want to test against PHP 5.3/5.4/5.5
php: php:
- 5.5 - 5.5
- 5.4 #- 5.4
- 5.3 #- 5.3
# Separate different test suites # Separate different test suites
env: env:
matrix: matrix:
- TEST_SUITE=PluginTests #- TEST_SUITE=PluginTests
- TEST_SUITE=CoreTests #- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests - TEST_SUITE=IntegrationTests
global: global:
- secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM=" - secure: "AMhZmPZx4SUcuZRBzGHlQPxzM4D8FvFB3UThDa52gbi9KIBrwcumzV2VGi6B\n5fgjwtB4XTE1In7qhY2HMikPWBmWYYOQ5QcMPJsqqHt4iMmahx8WKzne6NOk\nNpqAuje/fulNGeP2LJZi0nrub3Fh4VwXaOvpNloKNQN/2JuqPtM="
......
...@@ -184,7 +184,7 @@ class CacheFile ...@@ -184,7 +184,7 @@ class CacheFile
private function opCacheInvalidate($filepath) private function opCacheInvalidate($filepath)
{ {
if (function_exists('opcache_invalidate')) { 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.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter