From 2168feca7bd2cf9715fe2c95f5f6e6e6495f3795 Mon Sep 17 00:00:00 2001 From: Yao Yue Date: Thu, 13 Dec 2018 12:04:41 -0800 Subject: [PATCH] minimize osx build config (#185) * minimize osx build config * fix osx compiler --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b45456be8..26a944005 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ env: matrix: include: - name: "gcc-5 on Linux" + compiler: gcc addons: apt: <<: *apt @@ -26,6 +27,7 @@ matrix: - libsubunit-dev - name: "gcc-5 on Linux, Rust enabled" + compiler: gcc env: - RUST_ENABLED=1 addons: @@ -36,16 +38,12 @@ matrix: - os: osx osx_image: xcode10.1 - env: - - C_COMPILER=clang - - ALLOWED_TO_FAIL=1 + compiler: clang allow_failures: - os: osx osx_image: xcode10.1 - env: - - C_COMPILER=clang - - ALLOWED_TO_FAIL=1 + compiler: clang before_install: - ./ci/before-install.sh