From d688ead5eb73d6f2dd4d3ccd4c988b3320322ee2 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 9 Dec 2016 08:02:22 -0600 Subject: [PATCH] Utilize Travis CI's OSX builders This should catch the problems Ingy saw locally --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 904cc0d..f6d10a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +os: +- linux +- osx + language: c compiler: -- 2.45.0