From b4daf63e961b1c91ab25dd822d583f7c3783c079 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 27 Jun 2015 15:43:28 +0200 Subject: Use Lua 5.1 for Travis CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5468f9a..c730b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c install: - - sudo apt-get install lua5.2 luarocks + - sudo apt-get install lua5.1 luarocks - sudo luarocks install luacheck script: -- cgit v1.2.1