From 0066c34b27f97e4976076f6f042ba544c60f0048 Mon Sep 17 00:00:00 2001 From: Paul Navratil Date: Fri, 8 Feb 2019 16:42:55 -0600 Subject: [PATCH] travis-ci: enable all builds --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index c9952a6b..5e421868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ branches: matrix: include: - # - os: osx - # compiler: clang - # env: - # - MATRIX_EVAL="" + - os: osx + compiler: clang + env: + - MATRIX_EVAL="" # TODO: currently fails due to --std=c++11 flag inclusion # since cmake detects mac/clang and gcc barfs rather than ignores @@ -21,10 +21,10 @@ matrix: # env: # - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" - # - os: linux - # compiler: clang - # env: - # - MATRIX_EVAL="" + - os: linux + compiler: clang + env: + - MATRIX_EVAL="" - os: linux compiler: gcc