Explorar el Código

Lua: Travis tweaks

Justin Donaldson hace 9 años
padre
commit
c5a5f30a95
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/RunCi.hx

+ 1 - 0
tests/RunCi.hx

@@ -459,6 +459,7 @@ class RunCi {
 		runCommand("pip", ["install", "--user", "cpp-coveralls"]);
 		runCommand("luarocks", ["install", "lrexlib-pcre", "2.7.2-1", "--server=https://luarocks.org/dev"]);
 		runCommand("luarocks", ["install", "luautf8", "--server=https://luarocks.org/dev"]);
+		runCommand("ls", ["-l", "/usr/local/lib/lua/5.2"]);
 		changeDirectory(unitDir);
 	}