Skip to content

Commit

Permalink
tests: run node 10 on Travis (#6361)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 22, 2018
1 parent 42a48c7 commit 508d60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
matrix:
include:
- node_js: "8"
- node_js: "9"
- node_js: "10"
if: head_branch IS blank AND branch = master
dist: trusty
cache:
Expand Down Expand Up @@ -42,7 +42,7 @@ script:
- yarn test-viewer
- yarn test-lantern
- yarn i18n:checks
# _JAVA_OPTIONS is breaking parsing of compiler output. See #3338.
# _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
Expand Down

0 comments on commit 508d60d

Please sign in to comment.