From 616614ef8eb208cc6d1e0b6b7b7d38fee859efe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 19 Nov 2016 08:52:46 +0100 Subject: build: install plan9port on Mac OS X builds Might be enough to get the sam based tests to run. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1552d2c..1a362b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,9 @@ matrix: - os: osx compiler: clang env: TARGET=debug + - os: osx + compiler: clang + env: TARGET=coverage cache: directories: @@ -37,6 +40,9 @@ install: brew install libtermkey && brew install lua && luarocks install lpeg; + if [ "$TARGET" = "coverage" ]; then + brew install plan9port; + fi fi script: -- cgit v1.2.3