From 6c280cc5e0100469b02a30b734884f7ce1c58433 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 19 Jan 2020 22:14:20 +1100 Subject: [PATCH] travis: test mac build without explicit path set --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index 350e7ab81..b9924bffd 100644 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -3,6 +3,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then #export PATH="/usr/local/opt/qt/bin:/usr/local/opt/python@2/libexec/bin:$PATH" + echo Attempting skip of Mac path export elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then