From f8c9f23619ffa407251426d706a996965e6d1cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 9 Feb 2019 11:14:41 +0100 Subject: build: try to fix travis macOS build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3