From 48dd451675ef7b9a3c48bf30db64e67fe7ba41b4 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 1 May 2016 04:50:30 +0200 Subject: [PATCH] Try to enable OSX builds in travis configuration Based on recent patch, the test suite should pass, so let's try to enable it. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd8dd64..cb57193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,11 @@ addons: apt: packages: - libattr1-dev + +# experimental support for OSX: +matrix: + include: + - os: osx + language: generic + allow_failures: + - os: osx -- 2.39.2