You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2019/10/06 19:03:59 UTC

[logging-log4j2] branch master updated: Attempt to fix travis config again

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new e8bf983  Attempt to fix travis config again
e8bf983 is described below

commit e8bf983e4b9e761781467c824766510f2feaa844
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Oct 6 14:03:50 2019 -0500

    Attempt to fix travis config again
---
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d9841dd..1c7e063 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,8 @@ cache:
 before_cache:
   - rm -rf $HOME/.m2/repository/org/apache/logging/log4j
 
-install:
-  - mvn -t .travis-toolchains.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
-
 script:
-  - mvn -t .travis-toolchains.xml test -B -V
+  - mvn -t .travis-toolchains.xml install -B -V
 
 after_success:
   - mvn -t .travis-toolchains.xml -pl !log4j-bom jacoco:prepare-agent test jacoco:report coveralls:report -B -V