diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index 1e918ae8..e3992654 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -5,6 +5,9 @@ whereibelong=$(pwd) #brew upgrade +# prefer standard GNU tools like date over MacOS defaults +export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH + cd ~ if [ ! -f python-$BUILD_PYTHON_VERSION-macosx10.9.pkg ]; then