Skip to content

Commit aab3748

Browse files
author
Ryan Munro
committed
Fix builds to install dev dependencies
1 parent fa92299 commit aab3748

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ before_install:
4040
- source ~/.nvm/nvm.sh
4141
- nvm install $NODE_VERSION
4242
install:
43-
- npm install
43+
- npm install -d
4444
before_script:
4545
- python -V
4646
- node --version

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- "python --version"
2121
- "node --version"
2222
- "npm --version"
23-
- "npm install"
23+
- "npm install -d"
2424

2525
test_script:
2626
- "npm test"

0 commit comments

Comments
 (0)