travis mac test
This commit is contained in:
parent
810a08c8e7
commit
092f3bd7d7
|
@ -13,11 +13,8 @@ before_install:
|
||||||
# 指定バージョンの Node を有効にする
|
# 指定バージョンの Node を有効にする
|
||||||
- nvm use --delete-prefix $NODE_VERSION
|
- nvm use --delete-prefix $NODE_VERSION
|
||||||
- node --version
|
- node --version
|
||||||
install:
|
|
||||||
- cd app
|
|
||||||
- npm install
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- node --version
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install wine
|
- brew install wine
|
||||||
|
|
Loading…
Reference in New Issue
Block a user