From 80c1ed06115fc216aeec7c5dce63ee0a0d56eb76 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 27 Jan 2019 11:55:06 -0800 Subject: [PATCH] try to build on windows on travis ... step one of many --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4dfb451e..1ad28af0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ compiler: - clang # - gcc - # os: osx +os: osx +os: windows script: make test