瀏覽代碼

print yarn cache dir

Daniel Zlotin 8 年之前
父節點
當前提交
dba59d3433
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

@@ -38,6 +38,7 @@ before_install:
38 38
   - source ~/.nvm/nvm.sh
39 39
   - nvm install $NODE_VERSION
40 40
   - curl -o- -L https://yarnpkg.com/install.sh | bash
41
+  - yarn cache dir
41 42
 
42 43
 install:
43 44
   - set -e