2
0
Эх сурвалжийг харах

Merge branch 'development' of https://github.com/HaxeFoundation/haxe into development

Hugh 11 жил өмнө
parent
commit
68b371ee43

+ 3 - 0
tests/RunTravis.hx

@@ -262,6 +262,9 @@ class RunTravis {
 	static function getPhpDependencies() {
 	static function getPhpDependencies() {
 		switch (systemName) {
 		switch (systemName) {
 			case "Linux":
 			case "Linux":
+				//let's install php 5.4 to avoid #3175
+				runCommand("sudo", ["add-apt-repository", "ppa:ondrej/php5-oldstable", "-y"], true);
+				runCommand("sudo", ["apt-get", "update"], true);
 				runCommand("sudo", ["apt-get", "install", "php5", "-y"], true);
 				runCommand("sudo", ["apt-get", "install", "php5", "-y"], true);
 			case "Mac":
 			case "Mac":
 				//pass
 				//pass