aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ec0eb8..803ad6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ before_install:
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update &&
- brew install libtermkey lua tre plan9port &&
+ brew install libtermkey lua luarocks tre plan9port &&
luarocks install lpeg &&
luarocks install busted;
fi