travis update
This commit is contained in:
parent
05fab4c45c
commit
f0d7d84f8e
22
.travis.yml
22
.travis.yml
|
@ -1,20 +1,8 @@
|
||||||
language: objective-c
|
os: windows
|
||||||
cache:
|
language: node_js
|
||||||
directories:
|
node_js:
|
||||||
- node_modules
|
- '10.15.2'
|
||||||
env:
|
script: node -v
|
||||||
- NODE_VERSION="9.9.0"
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user