Jelajahi Sumber

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

http://stackoverflow.com/a/22927341/267998
Andy Li 9 tahun lalu
induk
melakukan
566ab52fc5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,