Skip to content

Commit aac5999

Browse files
authored
Run the GitHub Windows release on the latest Dart version (#886)
1 parent ab0a2b6 commit aac5999

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.travis.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,9 @@ jobs:
112112
(type IN (push, api)) AND (repo = sass/dart-sass) AND tag =~ ^\d+\.\d+\.\d+([+-].*)?$
113113
script: pub run grinder sanity-check-before-release
114114

115-
# Deploy Linux releases to GitHub. Mac OS releases are deployed in a later
116-
# stage so that we can build application snapshots on Mac OS bots, and Windows
117-
# releases are deployed later so they can use Dart 2.4.1 to work around
118-
# dart-lang/sdk#38334.
115+
# Deploy Linux releases to GitHub. Mac OS and Windows releases are deployed in
116+
# a later stage so that we can build native snapshots on bots with the same
117+
# operating system.
119118
- stage: deploy 1
120119
name: "GitHub: Linux"
121120
if: *deploy-if
@@ -239,20 +238,12 @@ jobs:
239238

240239
- name: "GitHub: Windows"
241240
if: *deploy-if
242-
env:
243-
# We can't re-use the github-env alias here because we also need to
244-
# override DART_VERSION.
245-
#
246-
# File system watching is extra flaky on Dart 2.5.0 on Windows (see
247-
# dart-lang/sdk#38334).
248-
- DART_VERSION=2.4.1
249-
- GITHUB_USER=sassbot
241+
env: *github-env
250242
# GITHUB_AUTH="..."
251243
#
252244
# Note that this overrides the read-only auth token that's set for all
253245
# builds.
254246
- secure: "AAP74aT+8SQmwGeHrCsZ7GgppvCCkDAZXszivocMy3Fi9gfMCLABBCh67pGINJX4VlLW7ftPF3xivlvgGu+e4ncXz9m9jIPZ9Iza3cW5jCnCgyRGZD98gwabIDFWiv4X9V2xnJA2p1ZuYBf8Sh3TTipUFBKMjlnxVxYkIOTud4rUss/htFhxVA/oFTo0ThTZwXuxJ+GRGTM4PcuHPJvPf18iRPs2AHFV6ZP51xgc3AsXC6Zyom5EJeX0yGj9zWQ0XCjnuFdGsI6G9jmkrmqgAXuUipgqAn0tjxPYp9R/1HqnBLD3Zbrvyi5pCiSFclU6CS6kTDbefzPOc5+zrnlkaolVeF8tQ+EhZiZqtLnpLYUz9bgknoFUapUN4N0R36sKBStdRv54+sMeoOzpQ8ep3PeZW5nWbak12wcrDx38ToWs6hQ4ycb0SQDZZatHsASpSu2nX8HwzZSDAZmsAdB+epPmgA0CBjWVG1ycmVnT6l3OopUmbaY3pXBNzFUXq5Fcd7Q39/MfrmHpyxSc3QVf8xNtUx9ggYtK0Kwx6dgykhNMVzFGZRVyQgwpaiyDqgMGEU2GQzzcJhgKo9+y1fDtdfj/cctmvJ2Fo1fkk+DMkEPUHGOVo6uKFnartky9iLm1WiHDMruJ6SIOJzAnb+TMBWQTSwI+F4wyEiRVR8Zv4uA="
255-
256247
script: skip
257248
deploy:
258249
provider: script

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.23.7
2+
3+
* No user-visible changes.
4+
15
## 1.23.6
26

37
* No user-visible changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.23.6
2+
version: 1.23.7
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)