mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Test against live LTS releases for Node (#329)
This commit is contained in:
parent
6ef2631c9a
commit
8e1d80c479
@ -12,11 +12,15 @@ env:
|
||||
# Unit tests, defined in test/.
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest
|
||||
- TASK=tests DART_CHANNEL=stable DART_VERSION=latest
|
||||
|
||||
# This should be NODE_VERSION=latest, but that's breaking due to
|
||||
# laverdet/node-fibers#378.
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v10.1.0
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v6.9.1
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=v4.6.2
|
||||
|
||||
# Keep these up-to-date with the latest LTA Node releases. They next need to be
|
||||
# rotated October 2018. See https://github.com/nodejs/Release.
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=lts/boron
|
||||
- TASK=tests DART_CHANNEL=dev DART_VERSION=latest NODE_VERSION=lts/carbon
|
||||
|
||||
# Miscellaneous checks.
|
||||
- TASK=analyze DART_CHANNEL=dev DART_VERSION=latest
|
||||
|
Loading…
Reference in New Issue
Block a user