Skip to content

Commit

Permalink
fix(travis): unset _JAVA_OPTIONS for compile_frontend.py (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and wardpeet committed Sep 18, 2017
1 parent 31bedc8 commit f2b3fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ script:
- yarn closure
- yarn smoke
- yarn smokehouse
# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.
- unset _JAVA_OPTIONS
- yarn compile-devtools
before_cache:
# the `yarn compile-devtools` task adds these to node_modules, which slows down caching
Expand Down

0 comments on commit f2b3fb8

Please sign in to comment.