summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-08-24 23:14:57 +0800
committerruki <[email protected]>2018-08-24 13:29:43 +0800
commitaaa2b21331beb843df2a73ddbd09a28e4866081f (patch)
tree262c079500f82116ff2c38dfff4ba533d49689d3
parent435d980b622827b71c3f6d560f95b5f2bb7d1e68 (diff)
fix travis ci
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 56c5e4e8d..ca3534a1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ matrix:
- luarocks
install:
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust lua51; fi
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust lua51 luarocks; fi
- sudo luarocks install luacov || sudo luarocks-5.1 install luacov
- echo $CI