From ec56df1f4efe0c13f93084d796440d1cefd7f95c Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Tue, 31 Jul 2018 19:59:35 +0200 Subject: [PATCH] OSX: uninstall brew findutils --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86b52f77..62c591c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,8 @@ matrix: script: kcov --exclude-pattern=travis.sh $PWD/coverage ./travis.sh after_success: bash <(curl -s https://codecov.io/bash) -s $PWD/coverage - os: osx - script: ./travis.sh + script: + - find --version + - brew uninstall --force findutils + - find --version + - ./travis.sh