Test against Dart 2 stable

This commit is contained in:
Natalie Weizenbaum 2018-08-09 13:23:13 -07:00
parent 89ce44aac4
commit bc7443fa57
2 changed files with 12 additions and 11 deletions

View File

@ -5,31 +5,32 @@ language: ruby
env:
global:
- DART_CHANNEL=dev
- DART_VERSION=latest
matrix:
# Language specs, defined in sass/sass-spec
# These are disabled just for the 1.10.2 release, since it doesn't support the
# These are disabled just for the 1.10.x branch, since it doesn't support the
# latest specs.
# - TASK=specs
# - TASK=specs ASYNC=true
# - DART_CHANNEL=dev TASK=specs
# - DART_CHANNEL=stable TASK=specs
# - DART_CHANNEL=stable TASK=specs ASYNC=true
# Unit tests, defined in test/.
- TASK=tests
- DART_CHANNEL=dev TASK=tests
- DART_CHANNEL=stable TASK=tests
# This should be NODE_VERSION=latest, but that's breaking due to
# laverdet/node-fibers#378.
- TASK=tests NODE_VERSION=v10.1.0
- DART_CHANNEL=stable TASK=tests NODE_VERSION=v10.1.0
# 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 NODE_VERSION=lts/boron
- TASK=tests NODE_VERSION=lts/carbon
- DART_CHANNEL=stable TASK=tests NODE_VERSION=lts/boron
- DART_CHANNEL=stable TASK=tests NODE_VERSION=lts/carbon
# Miscellaneous checks.
- TASK=analyze
- TASK=format
- DART_CHANNEL=stable TASK=analyze
- DART_CHANNEL=stable TASK=format
rvm:
- 2.3.1

View File

@ -11,7 +11,7 @@ environment:
- {TASK: tests, NODE: true}
install:
- choco install --pre dart-sdk
- choco install dart-sdk
- refreshenv
- pub get
- ps: >-