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 2019/01/06 16:28:52 UTC

svn commit: r1850567 - /axis/axis2/java/core/branches/1_7/.travis.yml

Author: veithen
Date: Sun Jan  6 16:28:52 2019
New Revision: 1850567

URL: http://svn.apache.org/viewvc?rev=1850567&view=rev
Log:
Include an explicit test stage because we don't have a matrix build.

Modified:
    axis/axis2/java/core/branches/1_7/.travis.yml

Modified: axis/axis2/java/core/branches/1_7/.travis.yml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/.travis.yml?rev=1850567&r1=1850566&r2=1850567&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/.travis.yml (original)
+++ axis/axis2/java/core/branches/1_7/.travis.yml Sun Jan  6 16:28:52 2019
@@ -9,6 +9,7 @@ script: mvn -B -s .travis-settings.xml -
 before_cache: "find $HOME/.m2 -name '*-SNAPSHOT' -a -type d -exec rm -rf '{}' ';'"
 jobs:
   include:
+    - stage: test
     - if: repo = "apache/axis2-java" AND branch = 1_7 AND type = push
       stage: deploy
       script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true -DskipTests=true deploy