Browse Source

Trying to fix build on Travis

Gaël Métais 10 years ago
parent
commit
0d3d6c88e4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -2,5 +2,7 @@ language: node_js
 node_js:
 node_js:
     - "0.10.33"
     - "0.10.33"
 before_install:
 before_install:
+    - "npm install -g npm@next"
     - "npm install -g grunt-cli"
     - "npm install -g grunt-cli"
-install: npm install
+install:
+    - "npm install"