Skip to content

Commit 48ed318

Browse files
author
Burak Serdar
committed
Don't push from v2-head any more
1 parent 67db7ee commit 48ed318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/onSuccess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "after_success script"
44

5-
if [ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "v2-head" ]; then
5+
if [ "$TRAVIS_BRANCH" == "master" ]; then
66
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
77
echo "DEPLOY MASTER TRAVIS BUILD"
88
echo "Current directory is $(pwd)"

0 commit comments

Comments
 (0)