mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Test on current Node LTS releases (#1009)
This commit is contained in:
parent
d155f3518e
commit
f233bccadf
@ -71,7 +71,7 @@ jobs:
|
|||||||
# Unit tests that use Node.js, defined in test/.
|
# Unit tests that use Node.js, defined in test/.
|
||||||
#
|
#
|
||||||
# The versions should be kept up-to-date with the latest LTS Node releases.
|
# 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.
|
# https://github.com/nodejs/Release.
|
||||||
#
|
#
|
||||||
# TODO(nweiz): Run Node tests on Windows when [this issue][] is fixed.
|
# TODO(nweiz): Run Node tests on Windows when [this issue][] is fixed.
|
||||||
@ -83,12 +83,12 @@ jobs:
|
|||||||
node_js: lts/*
|
node_js: lts/*
|
||||||
install: pub run grinder before-test
|
install: pub run grinder before-test
|
||||||
script: tool/travis/task/node_tests.sh
|
script: tool/travis/task/node_tests.sh
|
||||||
- <<: *node-tests
|
|
||||||
name: Node tests | Dart stable | Node Carbon
|
|
||||||
node_js: lts/carbon
|
|
||||||
- <<: *node-tests
|
- <<: *node-tests
|
||||||
name: Node tests | Dart stable | Node Dubnium
|
name: Node tests | Dart stable | Node Dubnium
|
||||||
node_js: lts/dubnium
|
node_js: lts/dubnium
|
||||||
|
- <<: *node-tests
|
||||||
|
name: Node tests | Dart stable | Node Erbium
|
||||||
|
node_js: lts/erbium
|
||||||
- <<: *node-tests
|
- <<: *node-tests
|
||||||
os: osx
|
os: osx
|
||||||
- <<: *node-tests
|
- <<: *node-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user