#4660 fix syntax error with a missing space in a ]

This commit is contained in:
Joseph Lenox 2018-12-30 18:08:01 -06:00 committed by Joseph Lenox
parent 3fa8924642
commit a61d2a7c66

View File

@ -24,7 +24,7 @@ sudo rm -rf /opt/X11*
export LIBRARY_PATH=/usr/local/lib
# One Wx test fails on 10.12; seems harmless
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2']; then
if [ $TRAVIS_OSX_IMAGE == 'xcode9.2' ]; then
cpanm --local-lib local-lib -f Wx
fi