You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/11/14 07:03:15 UTC

logging-log4j2 git commit: Oops, do not use -X with Maven.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master e52c5243e -> 21f565b1f


Oops, do not use -X with Maven.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/21f565b1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/21f565b1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/21f565b1

Branch: refs/heads/master
Commit: 21f565b1f9150d54eb7e308f5f84a3137a7faa12
Parents: e52c524
Author: Gary Gregory <gg...@apache.org>
Authored: Sun Nov 13 23:03:12 2016 -0800
Committer: Gary Gregory <gg...@apache.org>
Committed: Sun Nov 13 23:03:12 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/21f565b1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bc06df7..68c9ba8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ jdk:
   - oraclejdk7
 
 after_success:
-  - mvn --show-version -pl !log4j-bom -X test jacoco:report coveralls:report
+  - mvn --show-version -pl !log4j-bom test jacoco:report coveralls:report