Browse Source

travis.yml: installing dependencies should be in 'install' key

Herbert Vojčík 10 years ago
parent
commit
8bc2600c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,5 +2,5 @@ language: node_js
 node_js:
 #  - "0.8" # has npm problems
   - "0.10"
-before_script:
+install:
   - npm install -g grunt-cli