This commit is contained in:
Cutls 2019-04-12 23:36:16 +09:00
parent 0c1191e362
commit 972ea9f5ed

View File

@ -2,18 +2,6 @@ os: osx
language: node_js language: node_js
node_js: node_js:
- '10.15.2' - '10.15.2'
script: node -v
before_install:
# nvm をインストールする。Travis の OS X 環境には nvm はデフォルトで入っていない
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
- source /tmp/.nvm/nvm.sh
# 指定バージョンの Node をインストールする
- nvm install $NODE_VERSION
# 指定バージョンの Node を有効にする
- nvm use --delete-prefix $NODE_VERSION
- node --version
script:
- node --version
before_deploy: before_deploy:
- brew update - brew update
- npm install electron-builder -g - npm install electron-builder -g