misc: clean node_modules/.cache before travis builds its cache (#7388)

This commit is contained in:
Paul Irish 2019-03-06 11:59:12 -08:00 коммит произвёл GitHub
Родитель bd1c4c1ada
Коммит 066743b8da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,8 @@ before_cache:
# the `yarn compile-devtools` task adds these to node_modules, which slows down caching
- rm -rf ./node_modules/temp-devtoolsfrontend/
- rm -rf ./node_modules/temp-devtoolsprotocol/
# nyc, jest and other projects store files in here. They mess up the travis build cache.
- rm -rf ./node_modules/.cache/
after_success:
- yarn coveralls
- yarn codecov