Include production=false in install

This commit is contained in:
Paul Kaplan
2017-11-17 11:47:24 -05:00
parent 0d40cc0199
commit 1c879f11e2

View File

@@ -4,6 +4,9 @@ node_js:
- "node"
env:
- NODE_ENV=production
install:
- npm --production=false install
- npm --production=false update
sudo: false
cache:
directories: