Explorar o código

[CI] Somehow php like 127.0.0.1 but not localhost...

http://stackoverflow.com/a/22927341/267998
Andy Li %!s(int64=9) %!d(string=hai) anos
pai
achega
566ab52fc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/Test.hx

+ 1 - 1
tests/unit/src/unit/Test.hx

@@ -361,7 +361,7 @@ class Test {
 		#if ( (neko || (php && (travis || appveyor || php_sqlite)) || java || cpp || (cs && (travis || appveyor))) && !macro && !interp)
 		#if ( (travis || appveyor) && !(cpp || cs) )
 		classes.push(new TestSpod(sys.db.Mysql.connect({
-			host : "localhost",
+			host : "127.0.0.1",
 			user : "travis",
 			pass : "",
 			port : 3306,