From 3f0f3528407b669d629e7f740e3ae33a9aac1673 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 8 Jan 2020 23:31:55 +0000 Subject: Build releases on Windows stable --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit