summaryrefslogtreecommitdiff
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
parent867bb34373b4a166f9e9d9068bfbfd13a6b7e523 (diff)
downloadlibexpat-git-d83fc3afd5e37d969d5b634a7b9b12ebec4428ee.tar.gz
Travis: Install a find(1) better than that of macOS
-rwxr-xr-x.travis.sh1
-rw-r--r--Brewfile1
2 files changed, 2 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
diff --git a/Brewfile b/Brewfile
index 98a87fd7..c2edcc1f 100644
--- a/Brewfile
+++ b/Brewfile
@@ -5,6 +5,7 @@ brew "coreutils"
brew "cppcheck"
brew "docbook2x"
brew "dos2unix"
+brew "findutils"
brew "gcc"
brew "gettext"
brew "ghostscript"