Clean up and Add note

This commit is contained in:
syuilo 2017-05-24 09:37:26 +09:00
parent caae11b4f2
commit 91cb3dae74

View file

@ -26,11 +26,14 @@ services:
- redis-server
before_script:
# Travisはproduction環境なので(10行目により)、
# npm install しただけでは devDependencies はインストールされないので、
# --only=dev オプションを付けてそれらもインストールされるようにする:
- npm install --only=dev
- mkdir ./.config
- cp ./.travis/default.yml ./.config
- cp ./.travis/test.yml ./.config
- npm install --only=dev
- npm install
- npm run build
after_success: