Update .travis.yml

pull/41/head
Laurent Cozic 2017-11-13 15:43:46 +00:00 committed by GitHub
parent 4868adf18a
commit 9945850aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ cache:
- $HOME/.cache/electron-builder
before_install:
- brew install yarn
# HOMEBREW_NO_AUTO_UPDATE needed so that Homebrew doesn't upgrade to the next
# version, which requires Ruby 2.3, which is not available on the Travis VM.
- HOMEBREW_NO_AUTO_UPDATE=1 brew install yarn
script:
- |