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

Add always_populate_raw_post_data=-1 to php.ini in travis.

parent a0759b58
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -94,6 +94,9 @@ before_script: ...@@ -94,6 +94,9 @@ before_script:
phpenv config-rm xdebug.ini; phpenv config-rm xdebug.ini;
fi fi
# 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
- ./tests/travis/configure_git.sh - ./tests/travis/configure_git.sh
# print out mysql information # print out mysql information
......
...@@ -137,6 +137,9 @@ before_script: ...@@ -137,6 +137,9 @@ before_script:
phpenv config-rm xdebug.ini; phpenv config-rm xdebug.ini;
fi fi
# 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
- ./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