Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
minimize osx build config (twitter#185)
Browse files Browse the repository at this point in the history
* minimize osx build config

* fix osx compiler
  • Loading branch information
thinkingfish authored Dec 13, 2018
1 parent 42b24de commit 2168fec
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ env:
matrix:
include:
- name: "gcc-5 on Linux"
compiler: gcc
addons:
apt:
<<: *apt
packages:
- libsubunit-dev

- name: "gcc-5 on Linux, Rust enabled"
compiler: gcc
env:
- RUST_ENABLED=1
addons:
Expand All @@ -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
Expand Down

0 comments on commit 2168fec

Please sign in to comment.