From eef8f00d8b7492c605ec4a00f3b56d9dafdcad87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 18 Jun 2015 15:51:00 +0200 Subject: [PATCH] Debugging test failing on travis --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e8c9b0..3e5dd80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: node_js node_js: - - "0.10.33" + - "0.12.4" before_install: - - sudo apt-get install build-essential - - "npm install -g npm@2.9.0" + - "npm install -g npm" - "npm install -g grunt-cli" install: - "npm install" \ No newline at end of file