Skip to content

Commit 5034698

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +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= \
119-
/usr/local/opt/python/libexec/bin:/usr/local/opt/ccache/libexec:$PATH
118+
export PATH=/usr/local/opt/python/libexec/bin:/usr/local/opt/ccache/libexec:$PATH
120119
fi
121120
122121
install:

0 commit comments

Comments
 (0)