Simplify nodejs caching directive

- per https://docs.travis-ci.com/user/caching/
This commit is contained in:
Ron Rennick 2020-05-04 11:31:14 -03:00
parent 71fb49dc06
commit 4af4d29952
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ dist: xenial
cache:
directories:
- vendor
- node_modules
- $HOME/.npm
- npm
- $HOME/.composer/cache
# Since Xenial services are not started by default, we need to instruct it below to start.