diff options
| -rw-r--r-- | .travis.yml | 7 |
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: |
