Sfoglia il codice sorgente

Lua: Travis tweaks

Justin Donaldson 9 anni fa
parent
commit
c5a5f30a95
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);
 	}