Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccd6377

Browse files
authored
Merge pull request #10771 from jklymak/fix-tst-mactravis
FIX/TST OS X builds
2 parents 24d530e + 5034698 commit ccd6377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ before_install:
115115
# We could install ghostscript and inkscape here to test svg and pdf
116116
# but this makes the test time really long.
117117
# brew install ghostscript inkscape
118-
export PATH=/usr/local/opt/ccache/libexec:$PATH
118+
export PATH=/usr/local/opt/python/libexec/bin:/usr/local/opt/ccache/libexec:$PATH
119119
fi
120120
121121
install:

0 commit comments

Comments
 (0)