aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-09-29 21:19:00 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-09-29 21:55:10 -0300
commit047760470db0874bbf3250f565a6c1d12dcafdee (patch)
tree243e85ff569d4f43924bebf3584a49f292f746ee /src/bin
parenta0296722a17ff28668d27fe44de434d937ef8ee5 (diff)
downloadluarocks-047760470db0874bbf3250f565a6c1d12dcafdee.tar.gz
luarocks-047760470db0874bbf3250f565a6c1d12dcafdee.tar.bz2
luarocks-047760470db0874bbf3250f565a6c1d12dcafdee.zip
Travis: speed up build
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
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
2package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.core.cfg") 5local 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
2package.path = [[/Users/hisham/projects/luarocks/src/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.core.cfg") 5local cfg = require("luarocks.core.cfg")