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:
parent
57575b7f13
commit
e4ea21271f
14
.travis.yml
14
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user