Remove production only npm install for Travis
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ node_js:
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install --production
|
||||
install: npm install
|
||||
Reference in New Issue
Block a user