Browse Source

enhance(ci-runtime): Cache apt under travis

Apt currently takes ~2 minutes to execute. Hopefully caching will improve that.
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
f66bc1a7db
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 1
      .travis.yml

1
.travis.yml

@ -7,6 +7,7 @@ node_js:
- 7
cache:
apt: true
yarn: true
directories:
- node_modules

Loading…
Cancel
Save