소스 검색

Remove cache

qingwei.li 8 년 전
부모
커밋
6f3c383e38
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      .travis.yml

+ 0 - 3
.travis.yml

@@ -1,9 +1,6 @@
 sudo: false
 language: node_js
 node_js: stable
-cache:
-  directories:
-  - node_modules
 before_install:
 - export TRAVIS_COMMIT_MSG="[deploy] $(git log --format='%h - %B' --no-merges -n 1)"
 - export TRAVIS_COMMIT_USER="$(git log --no-merges -n 1 --format=%an)"