diff options
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |
