From cd152d97f1bf50eefd8675147219433f0de744eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 15 Mar 2020 12:55:50 +0100 Subject: [PATCH] travis: Add Windows to the CI. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a7e7ac2b..1ea40a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ jobs: - os: osx + - os: windows + before_script: - rustup component add rustfmt