Skip to content

Commit

Permalink
Test on current Node LTS releases (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored May 26, 2020
1 parent d155f35 commit f233bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Unit tests that use Node.js, defined in test/.
#
# The versions should be kept up-to-date with the latest LTS Node releases.
# They next need to be rotated December 2019. See
# They next need to be rotated April 2021. See
# https://github.com/nodejs/Release.
#
# TODO(nweiz): Run Node tests on Windows when [this issue][] is fixed.
Expand All @@ -83,12 +83,12 @@ jobs:
node_js: lts/*
install: pub run grinder before-test
script: tool/travis/task/node_tests.sh
- <<: *node-tests
name: Node tests | Dart stable | Node Carbon
node_js: lts/carbon
- <<: *node-tests
name: Node tests | Dart stable | Node Dubnium
node_js: lts/dubnium
- <<: *node-tests
name: Node tests | Dart stable | Node Erbium
node_js: lts/erbium
- <<: *node-tests
os: osx
- <<: *node-tests
Expand Down

0 comments on commit f233bcc

Please sign in to comment.