Browse Source

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

It was there by default, but we overrided it in previous commit.
Herbert Vojčík 10 years ago
parent
commit
fa7e161828
1 changed files with 1 additions and 0 deletions
  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