Oops, forgot a ]

This commit is contained in:
Joseph Lenox 2018-05-13 11:20:09 -05:00
parent 8558050979
commit 9474e2bbc0

View File

@ -3,7 +3,7 @@
WXVERSION=302
CACHE=$HOME/cache
mkdir -p $CACHE
if [ $TRAVIS_OS_NAME == "linux"; then
if [ $TRAVIS_OS_NAME == "linux" ]; then
if [ ! -e $CACHE/boost-compiled.tar.bz2 ]; then
echo "Downloading http://www.siusgs.com/slic3r/buildserver/boost_1_63_0.built.gcc-4.9.4-buildserver.tar.bz2 => $CACHE/boost-compiled.tar.bz2"
curl -L "http://www.siusgs.com/slic3r/buildserver/boost_1_63_0.built.gcc-4.9.4-buildserver.tar.bz2" -o $CACHE/boost-compiled.tar.bz2