summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-10-13 22:51:38 +0800
committerruki <[email protected]>2017-10-13 11:09:49 +0800
commitb9df5eab46be67e030d770bd0549ff2ded0e1093 (patch)
treeaaaa29191f52aaac1a6fb2aa5cf2ddb9641e91d0
parentb8c25ec5b6d445464fa9c2e5dd33c5a640b5bcd4 (diff)
update brew and fix travis-ci
-rw-r--r--.travis.yml2
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