1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Update .travis.yml

This commit is contained in:
Laurent Cozic 2017-11-13 14:08:32 +00:00 committed by GitHub
parent 57575b7f13
commit e4ea21271f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,7 @@ cache:
- $HOME/.cache/electron-builder
script:
- cd ElectronClient/app
- npm install
- yarn dist
before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- |
cd ElectronClient/app
npm install
yarn dist