1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/.travis.yml

27 lines
446 B
YAML
Raw Normal View History

2017-11-13 16:40:47 +02:00
rvm: 2.3.3
2017-11-13 16:05:49 +02:00
matrix:
include:
- os: osx
osx_image: xcode9.0
language: node_js
node_js: "8"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
cache:
directories:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
2017-11-13 16:24:08 +02:00
before_install:
- brew install yarn
2017-11-13 16:05:49 +02:00
script:
2017-11-13 16:08:32 +02:00
- |
cd ElectronClient/app
npm install
yarn dist