From 65e214efd3941c9399dfc5c789a5c0ed9457db24 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Sun, 15 May 2016 16:09:45 +0200 Subject: [PATCH] WIP automatic deployment --- tools/travis-ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 245ad88b..9bbd1dda 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -195,7 +195,7 @@ set +x if [ "${OPJ_CI_INCLUDE_IF_DEPLOY:-}" == "1" ]; then OPJ_CI_DEPLOY=1 # unused for now OPJ_CUR_DIR=${PWD} - if [ "${TRAVIS_OS_NAME:-}" == "linux"]; then + if [ "${TRAVIS_OS_NAME:-}" == "linux" ]; then OPJ_PACK_GENERATOR="TGZ" # ZIP generator currently segfaults on linux else OPJ_PACK_GENERATOR="ZIP"