Update .travis.yml

pull/41/head
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
1 changed files with 4 additions and 10 deletions

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