From e136e348cbd0ea4bf2dd8de6f98da1ca1924bc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 3 Jul 2019 13:53:39 +0200 Subject: build: skip sam related tests on macOS travis infrastructure Apparently plan9port is no longer included in homebrew: https://github.com/Homebrew/homebrew-core/pull/38394 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3