Skip to content
Snippets Groups Projects
Commit 91cb3dae authored by syuilo's avatar syuilo
Browse files

Clean up and Add note

parent caae11b4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment