From 2d3675f03c2dfecbdccee5094a7d996fea402162 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 23 Jul 2015 20:16:56 -0600 Subject: [PATCH] Add first OSX Travis test. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6596936..c6942fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ matrix: - compiler: gcc env: TOOLSET=gcc-5.1 os: linux + - compiler: clang + env: TOOLSET=xcode-6.1 + os: osx before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" install: python script.py install