forked from FoundKeyGang/FoundKey
Clean up and Add note
This commit is contained in:
parent
caae11b4f2
commit
91cb3dae74
1 changed files with 5 additions and 2 deletions
|
@ -26,11 +26,14 @@ services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
# Travisはproduction環境なので(10行目により)、
|
||||||
|
# npm install しただけでは devDependencies はインストールされないので、
|
||||||
|
# --only=dev オプションを付けてそれらもインストールされるようにする:
|
||||||
|
- npm install --only=dev
|
||||||
|
|
||||||
- mkdir ./.config
|
- mkdir ./.config
|
||||||
- cp ./.travis/default.yml ./.config
|
- cp ./.travis/default.yml ./.config
|
||||||
- cp ./.travis/test.yml ./.config
|
- cp ./.travis/test.yml ./.config
|
||||||
- npm install --only=dev
|
|
||||||
- npm install
|
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue