From 774202693cf477b83ba952b2008a587d5cdcb616 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Mon, 28 Sep 2015 13:23:06 -0400 Subject: [PATCH] base: lua is always symlinked as the correct version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c42b37..9956e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ before_install: - luarocks install lpeg $LPEG script: - - make LUA_BIN=$LUA check + - make LUA_BIN=lua check notifications: email: -- 2.11.4.GIT