diff options
| author | ruki <[email protected]> | 2017-10-13 22:51:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-10-13 11:09:49 +0800 |
| commit | b9df5eab46be67e030d770bd0549ff2ded0e1093 (patch) | |
| tree | aaaa29191f52aaac1a6fb2aa5cf2ddb9641e91d0 | |
| parent | b8c25ec5b6d445464fa9c2e5dd33c5a640b5bcd4 (diff) | |
update brew and 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 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 |
