Travis CI: Keep macOS $PATH away from Linux

This commit is contained in:
Sebastian Pipping 2019-01-27 16:24:24 +01:00
parent 9aaaac076a
commit d95d78721d
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@
set -e
if [[ ${TRAVIS_OS_NAME} = osx ]]; then
export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
fi
PS4='# '
set -x

View file

@ -17,7 +17,7 @@ git:
env:
global:
- CFLAGS='-g -pipe' PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
- CFLAGS='-g -pipe'
matrix:
- MODE=address
- MODE=cmake