Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into multi-span
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jan 15, 2020
2 parents ed9052a + 9f2b75b commit 5957a57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
env: DART_CHANNEL=dev
- <<: *dart-tests
os: windows
# Work around dart-lang/sdk#38334 until 2.6.0 stable lands
env: DART_CHANNEL=dev
env: DART_CHANNEL=stable
- <<: *dart-tests
os: osx

Expand All @@ -92,9 +91,10 @@ jobs:
node_js: lts/dubnium
- <<: *node-tests
os: osx
- <<: *node-tests
name: Node tests | Dart dev | Node stable
env: DART_CHANNEL=dev
# TODO(nweiz): Re-enable this when dart-lang/sdk#40152 is fixed.
# - <<: *node-tests
# name: Node tests | Dart dev | Node stable
# env: DART_CHANNEL=dev

# Miscellaneous checks.
- name: static analysis
Expand Down

0 comments on commit 5957a57

Please sign in to comment.