Explorar o código

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

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
8bc2600c99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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