From ed1dcd55ce8b7dd59d2450a15d1c43bed2a739bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 24 Sep 2014 13:33:43 +0200 Subject: [PATCH] Remove production only npm install for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc0e073..f84dcec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ node_js: - "0.10" - "0.8" before_install: npm install -g grunt-cli -install: npm install --production \ No newline at end of file +install: npm install \ No newline at end of file