Fix incorrect branch name
diff --git a/.travis.yml b/.travis.yml
index 015411a..fd7097c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@
 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: