forked from FoundKeyGang/FoundKey
Update .travis.yml
This commit is contained in:
parent
8a1aa08200
commit
49911d15d3
1 changed files with 1 additions and 4 deletions
|
@ -29,10 +29,7 @@ services:
|
|||
- redis-server
|
||||
|
||||
before_script:
|
||||
# Travisはproduction環境なので(10行目により)、
|
||||
# npm install しただけでは devDependencies はインストールされないので、
|
||||
# --only=dev オプションを付けてそれらもインストールされるようにする:
|
||||
- npm install --only=dev
|
||||
- npm install
|
||||
|
||||
# 設定ファイルを配置
|
||||
- cp ./.travis/default.yml ./.config
|
||||
|
|
Loading…
Reference in a new issue