mirror of
https://github.com/gosticks/react-table.git
synced 2026-01-30 05:17:38 +00:00
TravisCI: Cache yarn files (#1289)
Like it is recommended by https://docs.travis-ci.com/user/caching/#yarn-cache
This commit is contained in:
parent
3453ac5a76
commit
4e3fa751dc
@ -1,4 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
|
||||
cache: yarn
|
||||
|
||||
script: npm test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user