Explorar o 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 %!s(int64=10) %!d(string=hai) anos
pai
achega
fa7e161828
Modificáronse 1 ficheiros con 1 adicións e 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