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/04/06 13:30:38 UTC

[maven-surefire] 03/04: Do not perform tests (cherry picked from commit b190a7c)

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

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

commit 374af1a74368492b56ccf5c4b65f02c54d90842e
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Wed Apr 3 14:44:14 2019 +0200

    Do not perform tests
    (cherry picked from commit b190a7c)
---
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d2e6bb2..441178a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,11 +22,8 @@ cache:
   directories:
   - "$HOME/.m2"
 
-jobs:
-  include:
-  - stage: test
-    jdk: openjdk8
-    script: mvn clean install -Prun-its
+install: true
+script: mvn clean package -DskipTests
 
 branches:
   only: