mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +01:00
Fix Travis CI (#1149)
This commit is contained in:
commit
50985d733b
@ -90,9 +90,12 @@ jobs:
|
||||
os: windows
|
||||
- <<: *node-tests
|
||||
os: osx
|
||||
- <<: *node-tests
|
||||
name: Node tests | Dart dev | Node 14
|
||||
env: DART_CHANNEL=dev
|
||||
|
||||
# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363
|
||||
# is fixed.
|
||||
# - <<: *node-tests
|
||||
# name: Node tests | Dart dev | Node 14
|
||||
# env: DART_CHANNEL=dev
|
||||
|
||||
# Miscellaneous checks.
|
||||
- name: static analysis
|
||||
|
@ -45,5 +45,7 @@ dev_dependencies:
|
||||
stream_channel: ">=1.0.0 <3.0.0"
|
||||
test_descriptor: "^1.1.0"
|
||||
test_process: "^1.0.0-rc.1"
|
||||
test: ">=0.12.42 <2.0.0"
|
||||
# TODO(nweiz): Allow higher versions of test once dart-lang/test#1382 is
|
||||
# fixed.
|
||||
test: ">=0.12.42 <1.15.5"
|
||||
yaml: "^2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user