From 499a2bdd748aad7bb4c668c1833c4abb811f9050 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 24 Sep 2015 08:19:48 -0700 Subject: [PATCH] re-enable OS X travis - we need code coverage back - refs #3033 --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9493a91b..c0e2afb14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,12 @@ matrix: - os: linux compiler: gcc env: JOBS=6 - #- os: osx - # compiler: clang - # env: JOBS=8 MASON_PUBLISH=true - #- os: osx - # compiler: clang - # env: JOBS=8 COVERAGE=true + - os: osx + compiler: clang + env: JOBS=8 MASON_PUBLISH=true + - os: osx + compiler: clang + env: JOBS=8 COVERAGE=true before_install: - export COVERAGE=${COVERAGE:-false}