From fd55730743b8a473db5f56395ac7c7cb68c10757 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Tue, 31 Jan 2017 23:13:21 -0500 Subject: [PATCH] ci: update used version of LuaRocks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0336150..911ff26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ branches: env: global: - - LUAROCKS=2.3.0 + - LUAROCKS=2.4.2 matrix: - LPEG=1.0.0-1 LUA="luajit 2.1" - LPEG=1.0.0-1 LUA="luajit 2.0" -- 2.11.4.GIT