Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcfe76 commit 5c09b01Copy full SHA for 5c09b01
1 file changed
.travis.yml
@@ -115,7 +115,8 @@ before_install:
115
# We could install ghostscript and inkscape here to test svg and pdf
116
# but this makes the test time really long.
117
# brew install ghostscript inkscape
118
- export PATH=/usr/local/opt/ccache/libexec:$PATH
+ export PATH= \
119
+ /usr/local/opt/python/libexec/bin:/usr/local/opt/ccache/libexec:$PATH
120
fi
121
122
install:
0 commit comments