Skip to content

Commit dab524d

Browse files
authored
Re-enable deploying to Bazel (#392)
The @sassbot account now has full permissions to push to bazelbuild/rules_sass.
1 parent cd27570 commit dab524d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,16 @@ jobs:
126126
skip_cleanup: true
127127
on: {tags: true}
128128

129+
# Deploy to Bazel.
130+
- if: *deploy-if
131+
env: *github-env
132+
script: skip
133+
deploy:
134+
provider: script
135+
script: pub run grinder update_bazel
136+
skip_cleanup: true
137+
on: {tags: true}
138+
129139
# Deploy to Chocolatey.
130140
- if: *deploy-if
131141
env:

0 commit comments

Comments
 (0)