From 162db5cdfdf0e6495a19491a551fafe229462d2b Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 30 Jun 2018 22:28:13 -0400 Subject: [PATCH] osx build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 266592f40..ab3908bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: c +os: + - linux + - osx install: - |- path="$(pwd)"; cd; @@ -20,4 +23,3 @@ before_script: script: - make -j2 compare - check_status -