diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 54361b074..56c5e4e8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - luarocks install: - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install dmd rust lua51; fi + - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust lua51; fi - sudo luarocks install luacov || sudo luarocks-5.1 install luacov - echo $CI |
