Travis: Install a find(1) better than that of macOS

This commit is contained in:
Sebastian Pipping 2020-05-12 22:06:34 +02:00
parent 867bb34373
commit d83fc3afd5
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ if [[ ${TRAVIS_OS_NAME} = osx ]]; then
latest_brew_python3_bin="$(ls -1d /usr/local/Cellar/python/3.*/bin | sort -n | tail -n1)"
export PATH="${latest_brew_python3_bin}${PATH:+:}${PATH}"
export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
export PATH="/usr/local/opt/findutils/libexec/gnubin${PATH:+:}${PATH}"
elif [[ ${TRAVIS_OS_NAME} = linux ]]; then
export PATH="/usr/lib/llvm-9/bin:${PATH}"
fi

View file

@ -5,6 +5,7 @@ brew "coreutils"
brew "cppcheck"
brew "docbook2x"
brew "dos2unix"
brew "findutils"
brew "gcc"
brew "gettext"
brew "ghostscript"