We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ffc4f commit 2dd3a8aCopy full SHA for 2dd3a8a
travis_lua.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
-sudo luarocks install luacheck
3
-sudo luarocks install lanes
+luarocks install luacheck --local
+luarocks install lanes --local
4
5
-luacheck scripts -j 4
+~/.luarocks/bin/luacheck scripts -j 4
6
exit $?
0 commit comments