Commit 355bb306 authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis ci

parent 66424af4
osx_image: xcode7.3
dist: jessie
language: node_js
node_js: node
os:
- linux
- osx
cache:
directories:
- node_modules
- app/node_modules
- $HOME/.electron
- $HOME/.cache
install:
- npm install electron-builder # force install next version to test electron-builder
- npm install
- npm prune
script:
- npm run release
branches:
except:
- "/^v\\d+(\\.\\d+\\.\\d+)?$/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment