Explorar el Código

travis.yml: adding 'npm install' to install key

It was there by default, but we overrided it in previous commit.
Herbert Vojčík hace 10 años
padre
commit
fa7e161828
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,3 +4,4 @@ node_js:
   - "0.10"
 install:
   - npm install -g grunt-cli
+  - npm install