Skip to content

Commit

Permalink
Merge pull request #108 from o-lim/luarocks-backup
Browse files Browse the repository at this point in the history
Add luarocks backup server for travis build
  • Loading branch information
ajacksified committed May 30, 2015
2 parents 878b646 + 17cf980 commit 187fca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ else
fi

cd ..
wget -O - http://luarocks.org/releases/luarocks-2.2.1.tar.gz | tar xz
cd luarocks-2.2.1
wget -O - http://luarocks.org/releases/luarocks-2.2.2.tar.gz | tar xz || wget -O - http://keplerproject.github.io/luarocks/releases/luarocks-2.2.2.tar.gz | tar xz
cd luarocks-2.2.2

if [ "$LUA" == "LuaJIT 2.0" ]; then
./configure --with-lua-include=/usr/local/include/luajit-2.0;
Expand Down

0 comments on commit 187fca4

Please sign in to comment.