1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Update .travis.yml

This commit is contained in:
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

View File

@ -17,7 +17,9 @@ cache:
- $HOME/.cache/electron-builder - $HOME/.cache/electron-builder
before_install: 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: script:
- | - |