Skip to content

Commit

Permalink
tests: remove compile-devtools on travis (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed May 18, 2019
1 parent 5af4e67 commit cdb3696
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdb3696

Please sign in to comment.