Browse Source

print yarn cache dir

Daniel Zlotin 8 years ago
parent
commit
dba59d3433
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

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