aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Tamir Duberstein <tamird@gmail.com>2015-03-18 00:43:34 -0700
committerGravatar Tamir Duberstein <tamird@gmail.com>2015-03-18 00:43:34 -0700
commited715048c60177a669dfcb2851f67e4951d97a5b (patch)
tree7a7f8bccb7e1ceeafab2e1cea5f984ce2bb38374 /.travis.yml
parent813d6d652d8091e9365bfbd01efb5f2ee8bdfbce (diff)
Add OS X to travis; fix tests to pass on OS X
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 93013b8b..b2e73943 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: cpp
+os:
+ - linux
+ - osx
script: ./autogen.sh && ./configure && make distcheck
notifications:
email: false