Explorar o código

Trying to fix build on Travis

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
0d3d6c88e4
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -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"