Explorar el Código

print yarn cache dir

Daniel Zlotin hace 8 años
padre
commit
dba59d3433
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -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