Skip to content

Commit 2dd3a8a

Browse files
author
ShelbyZ
committed
Enabling local luacheck and removing sudo
1 parent 57ffc4f commit 2dd3a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis_lua.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
sudo luarocks install luacheck
3-
sudo luarocks install lanes
2+
luarocks install luacheck --local
3+
luarocks install lanes --local
44

5-
luacheck scripts -j 4
5+
~/.luarocks/bin/luacheck scripts -j 4
66
exit $?

0 commit comments

Comments
 (0)