diff options
author | mpeterv <mpeterval@gmail.com> | 2015-12-23 19:11:39 +0300 |
---|---|---|
committer | mpeterv <mpeterval@gmail.com> | 2015-12-23 19:12:41 +0300 |
commit | f001183bcaa5243ba078889b5fe0b7eb03c49ee9 (patch) | |
tree | 45735b3c6198ae806f57d0e7d5e370ba6337e6c1 /test | |
parent | cf0a6e9ea5e4fdb0835095770294cf0ad3de81f1 (diff) | |
download | luarocks-f001183bcaa5243ba078889b5fe0b7eb03c49ee9.tar.gz luarocks-f001183bcaa5243ba078889b5fe0b7eb03c49ee9.tar.bz2 luarocks-f001183bcaa5243ba078889b5fe0b7eb03c49ee9.zip |
Fetch LuaJIT from GitHub mirror on Travis
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testing.sh b/test/testing.sh index 86d7579b..a198c2f2 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -160,8 +160,8 @@ then | |||
160 | then | 160 | then |
161 | echo "Downloading LuaJIT $luajitversion..." | 161 | echo "Downloading LuaJIT $luajitversion..." |
162 | #rm -f "LuaJIT-$luajitversion.tar.gz" | 162 | #rm -f "LuaJIT-$luajitversion.tar.gz" |
163 | wget -c "http://luajit.org/download/LuaJIT-$luajitversion.tar.gz" &> /dev/null | 163 | wget -c "https://github.com/LuaJIT/LuaJIT/archive/v$luajitversion.tar.gz" &> /dev/null |
164 | tar zxpf "LuaJIT-$luajitversion.tar.gz" | 164 | tar zxpf "v$luajitversion.tar.gz" |
165 | cd "LuaJIT-$luajitversion" | 165 | cd "LuaJIT-$luajitversion" |
166 | echo "Building LuaJIT $luajitversion..." | 166 | echo "Building LuaJIT $luajitversion..." |
167 | make PREFIX="$luadir" &> /dev/null | 167 | make PREFIX="$luadir" &> /dev/null |