diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-08 23:31:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 23:31:55 +0000 |
commit | 3f0f3528407b669d629e7f740e3ae33a9aac1673 (patch) | |
tree | b56864da08325a904dc5edcd17a3e46ef5f5b6d5 /.travis.yml | |
parent | fc86d7620e960f3e30adef55b6af755a3c5b6c13 (diff) | |
download | alacritty-3f0f3528407b669d629e7f740e3ae33a9aac1673.tar.gz alacritty-3f0f3528407b669d629e7f740e3ae33a9aac1673.zip |
Build releases on Windows stable
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |