summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 09:07:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 09:07:22 -0800
commit4afd26ebd7cee67e71fcf9eeafad381cb34a4680 (patch)
tree2815b9df46fd24ddaafaf1857f3273298e5ad439 /.travis.yml
parent291fd67499585b7989b0cfdd735473849e7a9146 (diff)
Enable testing on osx with travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 07c11f5..93e1ae9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+os:
+ - linux
+ - osx
language: c
compiler:
- clang