summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-19 10:59:50 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-19 10:59:50 +0200
commit82334099c290e091ca7e6b09007c99f9fe0c1c50 (patch)
tree673f691351c08347552bf6e00701ec2d35b6aabc /.travis.yml
parent6394d46d47ee46cf226a5ed6b81bc191d9e8224f (diff)
trying osx build automation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a4ca80c3..85a9df89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,9 @@
language: cpp
+
+os:
+ - linux
+ - osx
+
compiler:
- gcc
- clang
@@ -34,3 +39,7 @@ notifications:
- "chat.freenode.net#IJhack"
on_success: change
on_failure: always
+
+matrix:
+ allow_failures:
+ - os: osx