Use native yarn cache in travis (#1124)

Use native yarn cache
This commit is contained in:
Thomas Rampelberg 2018-06-14 14:16:11 -07:00 committed by GitHub
parent 2a4f38b9e7
commit c8b8db7461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ jobs:
- language: node_js
node_js:
- "10"
cache:
directories:
- web/app/node_modules
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH="$HOME/.yarn/bin:$PATH"