Simplify nodejs caching directive
- per https://docs.travis-ci.com/user/caching/
This commit is contained in:
parent
71fb49dc06
commit
4af4d29952
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue