diff options
| author | ruki <[email protected]> | 2018-08-24 23:14:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-08-24 13:29:43 +0800 |
| commit | aaa2b21331beb843df2a73ddbd09a28e4866081f (patch) | |
| tree | 262c079500f82116ff2c38dfff4ba533d49689d3 | |
| parent | 435d980b622827b71c3f6d560f95b5f2bb7d1e68 (diff) | |
fix travis ci
| -rw-r--r-- | .travis.yml | 2 |
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 |
