You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/11/12 10:54:23 UTC

[maven-surefire] 08/22: [travisci] mvn install

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

tibordigana pushed a commit to branch milestones-roadmap
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 3f36c76c482de5bda4768f3e4aeb345016c2db9e
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Nov 4 01:27:41 2019 +0100

    [travisci] mvn install
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e3cda57..ae6ffb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ cache:
 
 install: true
 jdk: openjdk8
-script: mvn clean verify -e -B -V -nsu -P run-its -DskipITs
+script: mvn clean install -e -B -V -nsu -P run-its -DskipITs
 
 branches:
   only: