You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2020/06/07 16:18:27 UTC

[axis-axis2-java-core] branch master updated: Fix incorrect branch name

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new ca2276a  Fix incorrect branch name
ca2276a is described below

commit ca2276a917b76b40e45e57f637da0d5955d05fd4
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Jun 7 17:18:11 2020 +0100

    Fix incorrect branch name
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 015411a..fd7097c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true verify
 before_cache: "find $HOME/.m2 -name '*-SNAPSHOT' -a -type d -exec rm -rf '{}' ';'"
 jobs:
   include:
-    - if: repo = "apache/axis-axis2-java-core" AND branch = trunk AND type = push
+    - if: repo = "apache/axis-axis2-java-core" AND branch = master AND type = push
       stage: deploy
       script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true -DskipTests=true deploy
       env: