소스 검색

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

It was there by default, but we overrided it in previous commit.
Herbert Vojčík 10 년 전
부모
커밋
fa7e161828
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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