summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-05-19 10:59:50 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-19 10:59:50 +0200
commit23fc8686e57073334632e3c32af6c8bd4cfacc9a (patch)
tree673f691351c08347552bf6e00701ec2d35b6aabc /.travis.yml
parent87b82fcdc688ff4c1b333559278885e23efaccc5 (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