From 4acdcb90f4c013282a0ff6144b68d7e24075a42e Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 23 Jan 2020 17:51:27 +0000 Subject: [PATCH] Disable non-Windows builds so we can test it --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20451593..2f9f2deb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ compiler: - clang os: - - linux - - osx +# - linux +# - osx - windows addons: