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

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

commit 5b0343201b9d2eac1f369b5d44e7af5cfaf21ac1
Author: Andreas Veithen <veit...@apache.org>
AuthorDate: Sun Jan 6 16:28:52 2019 +0000

    Include an explicit test stage because we don't have a matrix build.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f1e9ee1..4249bd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,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:
+    - 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

Reply via email to