summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-30 22:28:13 -0400
committeryenatch <yenatch@gmail.com>2018-06-30 22:28:13 -0400
commit162db5cdfdf0e6495a19491a551fafe229462d2b (patch)
treea64ee8bed8c68a0aee1395510ba68304dda96513
parent2641f93ad084b1329b3f3b9f7c8c222445fc4832 (diff)
osx build
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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
-