summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-27 11:30:32 +0800
committerruki <[email protected]>2017-02-27 11:32:50 +0800
commite952e27b55bec88af3f5a1f643908a7cd9498ec6 (patch)
treedcb88a726e7578153d6a83d88a4075af1a5eeeb7
parentd9d5397a66cf5b18c5a0b98a84643f8579ea985d (diff)
update brew for travis
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c5292d43..6b67c837a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,10 @@ branches:
install:
- sudo ./install
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
- brew install go;
- brew install dmd;
- brew install rust;
+ brew update --verbose;
+ brew install go --verbose;
+ brew install dmd --verbose;
+ brew install rust --verbose;
fi
script: