aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6347e79..54f3ac8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,8 @@ install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update &&
brew install libtermkey lua tre plan9port &&
- luarocks install lpeg busted;
+ luarocks install lpeg &&
+ luarocks install busted;
fi
script: