diff --git a/.travis.yml b/.travis.yml index c8afd434..09b5d09d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,8 @@ before_install: # 指定バージョンの Node を有効にする - nvm use --delete-prefix $NODE_VERSION - node --version -install: - - cd app - - npm install script: - - npm test + - node --version before_deploy: - brew update - brew install wine