travis: test mac build without explicit path set

This commit is contained in:
itsmattkc
2020-01-19 22:14:20 +11:00
parent 1e3de12fb7
commit 6c280cc5e0
+1
View File
@@ -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