diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-03 23:01:56 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-03 23:04:27 +0100 |
| commit | be53e40bc6e47d82e8986957ca5ae3627c6d6aa7 (patch) | |
| tree | 706e386759db7fea63b77335f36ef74e375cac91 | |
| parent | 274aa963ddd3e29cd847aea8b7934351c56ed682 (diff) | |
| download | vis-be53e40bc6e47d82e8986957ca5ae3627c6d6aa7.tar.gz vis-be53e40bc6e47d82e8986957ca5ae3627c6d6aa7.tar.xz | |
travis: fix luarocks invocation
It can only install one package at a time.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
