Skip to content

Commit

Permalink
tests: disable compile-devtools on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 23, 2018
1 parent 5d4b61d commit 48792ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ script:
- yarn test-extension
# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.
- unset _JAVA_OPTIONS
- yarn compile-devtools
# 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/
Expand Down

0 comments on commit 48792ae

Please sign in to comment.