tests: remove compile-devtools on travis (#8988)

This commit is contained in:
Brendan Kenny 2019-05-17 21:02:27 -07:00 коммит произвёл Paul Irish
Родитель 5af4e672db
Коммит cdb3696240
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -40,14 +40,7 @@ script:
- yarn test-viewer
- yarn test-lantern
- yarn i18n:checks
# _JAVA_OPTIONS is breaking parsing of `compile-devtools` output. See #3338.
- unset _JAVA_OPTIONS
# FIXME(paulirish): re-enable after a roll of LH->CDT
# - yarn compile-devtools
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: