From be53e40bc6e47d82e8986957ca5ae3627c6d6aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 3 Mar 2017 23:01:56 +0100 Subject: travis: fix luarocks invocation It can only install one package at a time. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3