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 803ad6b..32686fa 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 luarocks tre plan9port &&
+ brew install libtermkey lua luarocks tre &&
luarocks install lpeg &&
luarocks install busted;
fi