From d1f3ff8a26f7e4227af5387ae37ae8b9e2cccbff Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Fri, 8 Nov 2013 13:54:54 -0500 Subject: [PATCH] chore(build): add Lua to OSX build --- .travis.osx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.osx.yml b/.travis.osx.yml index fb20ed26a0..cda24bf588 100644 --- a/.travis.osx.yml +++ b/.travis.osx.yml @@ -83,6 +83,7 @@ install: sudo chown -R `whoami` /usr/local; brew install gmp; brew link --overwrite gmp; brew install mpfr; brew link --overwrite mpfr; + brew install lua; fi - brew install cmake ninja - if [[ $MEMCHECK == TRUE ]]; then