Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 2217c6c

Browse files
authored
Try building Windows releases on Windows (#16)
1 parent d37ef98 commit 2217c6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
if: *deploy-if
9999
env: *github-env
100100
script: skip
101+
os: windows
101102
deploy:
102103
provider: script
103104
script: pub run grinder pkg-github-windows

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.0.0-beta.4
2+
version: 1.0.0-beta.5
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass-embedded

0 commit comments

Comments
 (0)