Skip to content
Extraits de code Groupes Projets
Valider 3d0ca73f rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Refs #8057, disable opcache in travis to avoid random system test failure.

parent c332149e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -101,6 +101,9 @@ before_script: ...@@ -101,6 +101,9 @@ before_script:
# add always_populate_raw_post_data=-1 to php.ini # add always_populate_raw_post_data=-1 to php.ini
- echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# disable opcache to avoid random failures on travis
- echo "opcache.enable=0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- ./tests/travis/configure_git.sh - ./tests/travis/configure_git.sh
# print out mysql information # print out mysql information
......
...@@ -129,6 +129,9 @@ before_script: ...@@ -129,6 +129,9 @@ before_script:
# add always_populate_raw_post_data=-1 to php.ini # add always_populate_raw_post_data=-1 to php.ini
- echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# disable opcache to avoid random failures on travis
- echo "opcache.enable=0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- ./tests/travis/configure_git.sh - ./tests/travis/configure_git.sh
# print out mysql information # print out mysql information
......
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