Skip to content

Commit 3379bbd

Browse files
author
Andreas Fertig
committed
Skip builds for continuous release tag.
1 parent 10310ec commit 3379bbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ after_success:
115115
bash upload.sh ${GZ_FILE_NAME}
116116
fi
117117
118+
branches:
119+
except:
120+
- /^(?i:continuous)$/
121+
118122
before_deploy:
119123
- openssl aes-256-cbc -K $encrypted_71e42633e801_key -iv $encrypted_71e42633e801_iv -in $TRAVIS_BUILD_DIR/scripts/deploy_rsa.enc -out /tmp/deploy_rsa -d
120124
- eval "$(ssh-agent -s)"

0 commit comments

Comments
 (0)