From 9cf3e2e7131e52c62237b378ff83de3e7eb9c9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 24 Sep 2014 13:15:03 +0200 Subject: [PATCH] Avoid install of dev-dependencies on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99bbbda..f1a3b43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ node_js: - "0.8" - "0.6" before_install: npm install -g grunt-cli -install: npm install \ No newline at end of file +install: npm install --production \ No newline at end of file