diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 21:19:00 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 21:55:10 -0300 |
commit | 047760470db0874bbf3250f565a6c1d12dcafdee (patch) | |
tree | 243e85ff569d4f43924bebf3584a49f292f746ee /src/bin | |
parent | a0296722a17ff28668d27fe44de434d937ef8ee5 (diff) | |
download | luarocks-047760470db0874bbf3250f565a6c1d12dcafdee.tar.gz luarocks-047760470db0874bbf3250f565a6c1d12dcafdee.tar.bz2 luarocks-047760470db0874bbf3250f565a6c1d12dcafdee.zip |
Travis: speed up build
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 3 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index 88a1d1ca..ee7edf19 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 |
2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
2 | 3 | ||
3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
4 | local cfg = require("luarocks.core.cfg") | 5 | local cfg = require("luarocks.core.cfg") |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 5db24640..7af77fc2 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/Programs/Lua/5.3.3/bin/lua-5.3 |
2 | package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path | ||
2 | 3 | ||
3 | -- this should be loaded first. | 4 | -- this should be loaded first. |
4 | local cfg = require("luarocks.core.cfg") | 5 | local cfg = require("luarocks.core.cfg") |