aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-03 11:36:20 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-03 11:36:20 +0100
commit7f4fa4bf95b481eb09432f74a27d5f4a478142cf (patch)
treeed8bcef74c166567868324212a347bbfda5acabe /.travis.yml
parent750cc3187fa66c207d8dc9f10389f4f7ef958ad7 (diff)
downloadvis-7f4fa4bf95b481eb09432f74a27d5f4a478142cf.tar.gz
vis-7f4fa4bf95b481eb09432f74a27d5f4a478142cf.tar.xz
travis: try to run busted based test on macOS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fec1d12..6347e79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,7 @@ install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update &&
brew install libtermkey lua tre plan9port &&
- luarocks install lpeg;
+ luarocks install lpeg busted;
fi
script: