diff options
-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 |