From 5e8d7a3c87849071893e5232f70bcca119ba7185 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 2 Jan 2018 16:34:58 +0100 Subject: [PATCH] A comparison was wrong --- travis_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_install.sh b/travis_install.sh index 8fce12ce..f000b42a 100755 --- a/travis_install.sh +++ b/travis_install.sh @@ -23,7 +23,7 @@ PYTHON=python-$VERSION # Check if the desired Python version already exists. $PYTHON --version && exit 0 || true -if [[ -z $DOWNLOAD ]]; then +if [[ $DOWNLOAD == 1 ]]; then # Otherwise download and install. DOWNLOAD_NAME=python-$VERSION wget https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/$DOWNLOAD_NAME.tar.bz2