summaryrefslogtreecommitdiff
path: root/.travis.sh
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-05-12 22:06:34 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-05-27 20:33:16 +0200
commitd83fc3afd5e37d969d5b634a7b9b12ebec4428ee (patch)
tree39e0afdf6207fafea005abbdbb4e12295266d42a /.travis.sh
parent867bb34373b4a166f9e9d9068bfbfd13a6b7e523 (diff)
downloadlibexpat-git-d83fc3afd5e37d969d5b634a7b9b12ebec4428ee.tar.gz
Travis: Install a find(1) better than that of macOS
Diffstat (limited to '.travis.sh')
-rwxr-xr-x.travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.sh b/.travis.sh
index 44fcf604..bcf6c089 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -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