Sfoglia il codice sorgente

Lua: reference $TRAVIS_BUILD_DIR for config script

Justin Donaldson 9 anni fa
parent
commit
6d53a4d80e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -441,7 +441,7 @@ class RunCi {
 		Sys.putEnv("LUAROCKS", luarocks_version);
 		Sys.putEnv("LUA", lua_version);
 		// use the helper scripts in .travis
-		runCommand("bash", ["source", ".travis/setenv_lua.sh"]);
+		runCommand("bash", ["source", "$TRAVIS_BUILD_DIR/.travis/setenv_lua.sh"]);
 		if (jit){
 			runCommand("luajit", ["-v"]);
 		} else {