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