From bed8b26c6089d128f39045cf9d774906c9097bbb Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 28 Jul 2015 03:58:52 +0200 Subject: [PATCH] Travis: add Lua 5.1 to the build matrix Closes https://github.com/awesomeWM/awesome/pull/362. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6eef374e..2543ac30c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ env: matrix: # Note: luarocks does not work with Lua 5.0. # - LUA=5.0 LUAPKG=50 LUALIB=/usr/lib/liblua50.so - # Disable 5.1 for now: no need to test both 5.1 and 5.2 currently. - # - LUA=5.1 LUAPKG=5.1 LUALIB=/usr/lib/x86_64-linux-gnu/liblua5.1.so + - LUA=5.1 LUAPKG=5.1 LUALIB=/usr/lib/x86_64-linux-gnu/liblua5.1.so - LUA=5.2 LUAPKG=5.2 LUALIB=/usr/lib/x86_64-linux-gnu/liblua5.2.so global: # Secure token to push to gh-pages.