From 1a3369877e940447a75ec1ec1f42776dce283f37 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 31 Dec 2017 13:19:32 +0200 Subject: Update travis --- .ci/linux/create-packages.sh | 4 ---- .ci/linux/deploy.sh | 4 ---- .ci/macos/deploy.sh | 4 ---- 3 files changed, 12 deletions(-) (limited to '.ci') diff --git a/.ci/linux/create-packages.sh b/.ci/linux/create-packages.sh index e18c2e6f..bd644fce 100755 --- a/.ci/linux/create-packages.sh +++ b/.ci/linux/create-packages.sh @@ -7,10 +7,6 @@ DIR=package.dir TAG=`git tag -l --points-at HEAD` -if [ -z "$TAG" ]; then - exit 0 -fi - # Installing dependencies on travis. if [ ! -z "$TRAVIS_OS_NAME" ]; then sudo apt-add-repository -y ppa:brightbox/ruby-ng diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 0e85bbdb..93566162 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -6,10 +6,6 @@ APP=nheko DIR=${APP}.AppDir TAG=`git tag -l --points-at HEAD` -if [ -z "$TAG" ]; then - exit 0 -fi - # Set up AppImage structure. mkdir -p ${DIR}/usr/{bin,share/pixmaps,share/applications} diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh index 7d28b81e..487b5be7 100755 --- a/.ci/macos/deploy.sh +++ b/.ci/macos/deploy.sh @@ -4,10 +4,6 @@ set -e TAG=`git tag -l --points-at HEAD` -if [ -z "$TAG" ]; then - exit 0 -fi - # Add Qt binaries to path PATH=/usr/local/opt/qt/bin/:${PATH} -- cgit 1.4.1