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

Skip to content

Commit 5c09b01

Browse files
committed
FIX/TST OS X builds
1 parent fbcfe76 commit 5c09b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ 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= \
119+
/usr/local/opt/python/libexec/bin:/usr/local/opt/ccache/libexec:$PATH
119120
fi
120121
121122
install:

0 commit comments

Comments
 (0)