summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-08 23:31:55 +0000
committerGitHub <noreply@github.com>2020-01-08 23:31:55 +0000
commit3f0f3528407b669d629e7f740e3ae33a9aac1673 (patch)
treeb56864da08325a904dc5edcd17a3e46ef5f5b6d5 /.travis.yml
parentfc86d7620e960f3e30adef55b6af755a3c5b6c13 (diff)
Build releases on Windows stable
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf7dde1c..e6c4f681 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,8 @@ deploy:
file: "./target/deploy/*"
on:
tags: true
- rust: stable
+ rust:
+ - stable
+ - stable-x86_64-pc-windows-msvc
condition: $CLIPPY != true
repo: jwilm/alacritty