From 2b599125495ef67b8f5c9fead338d1bdf087c240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 18 Jun 2015 14:52:26 +0200 Subject: [PATCH] Debugging test failing on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06daa68..46752ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - "0.10.33" before_install: - - "npm install -g npm@next" + - "npm install -g npm@2.10.0" - "npm install -g grunt-cli" install: - "npm install" \ No newline at end of file