aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-12-11 10:34:38 -0800
committerChris Robinson <[email protected]>2015-12-11 10:34:38 -0800
commitabd568f9d8bc7200da6b3f7cb1ab0d2d2fbc660b (patch)
treea970c9274b2459ed03f0bdfb9dac0a6d4e2fc1f5
parent2850719ea213547e4dc5073da6e6ecfbad056b6a (diff)
Build on Linux and OSX with Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a4660249..dfae8e7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,5 @@
+os:
+ - linux
+ - osx
language: c
script: cmake . && make -j2