From b9df5eab46be67e030d770bd0549ff2ded0e1093 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Oct 2017 22:51:38 +0800 Subject: update brew and fix travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1