From c85cca937fc2cccbe085529c76f0d236c56936bd Mon Sep 17 00:00:00 2001 From: mpeterv Date: Tue, 22 Dec 2015 14:45:39 +0300 Subject: Install luabitop from src rock on travis Fixes Travis failure when attempting to fetch luabitop sources from luajit.org, which has blocked downloads from travis recently. --- test/testing.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/testing.sh b/test/testing.sh index 26bdde5f..70bd68b2 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -244,6 +244,7 @@ mkdir -p "$testing_server" get "$luarocks_repo/validate-args-1.5.4-1.rockspec" get "$luarocks_repo/luasec-0.5-2.rockspec" get "$luarocks_repo/luabitop-1.0.2-1.rockspec" + get "$luarocks_repo/luabitop-1.0.2-1.src.rock" get "$luarocks_repo/lpty-1.0.1-1.src.rock" get "$luarocks_repo/cprint-${verrev_cprint}.src.rock" get "$luarocks_repo/cprint-${verrev_cprint}.rockspec" -- cgit v1.2.3-55-g6feb