1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +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

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