:green_heart Update .travis.yml

Set production flag instead of dev
This commit is contained in:
Carlos Cuesta 2016-10-30 20:21:50 +01:00
parent 91bc3956ae
commit 1b75841d8d
No known key found for this signature in database
GPG Key ID: 61C42E9291BDFAFD

View File

@ -1,7 +1,7 @@
language: node_js
node_js: 6
install:
- npm install --only=dev
- npm install --only=production
cache:
directories:
- node_modules