From 4c2b3e157cb83e5acc503952d5fa489d72da9892 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Mon, 20 Jun 2016 22:57:04 -0500 Subject: [PATCH] deactivate version check so that I can do a test release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c29c8252f..e1ad1140c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash packaging/ubuntu/ubuntu_package_setup.sh -t; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd packaging/osx/lbry-osx-app && ./setup_app.sh && cd $TRAVIS_BUILD_DIR; fi # fail the build if this is a build for a tag and we don't have the versions matching - - if [[ -n "${TRAVIS_TAG}" ]]; then if [[ "v`python setup.py -V`" = "${TRAVIS_TAG}" ]]; then true; else false; fi; fi + #- if [[ -n "${TRAVIS_TAG}" ]]; then if [[ "v`python setup.py -V`" = "${TRAVIS_TAG}" ]]; then true; else false; fi; fi deploy: provider: releases