logging-log4j2 git commit: Travis CI: Trying to get TCI to work.

2016-11-13 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3b2736fa8 -> 9a581047b


Travis CI: Trying to get TCI to work.

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

Branch: refs/heads/master
Commit: 9a581047bc4fb8498e6b720757f85e235ead405b
Parents: 3b2736f
Author: Gary Gregory 
Authored: Sun Nov 13 21:02:43 2016 -0800
Committer: Gary Gregory 
Committed: Sun Nov 13 21:02:43 2016 -0800

--
 pom.xml | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9a581047/pom.xml
--
diff --git a/pom.xml b/pom.xml
index a04ed07..9ecd7c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1153,6 +1153,10 @@
   
 
   
+  
+org.jacoco
+jacoco-maven-plugin
+  
 
   
   



logging-log4j2 git commit: Travis CI: Trying to get TCI to work.

2016-11-13 Thread ggregory
Repository: logging-log4j2
Updated Branches:
  refs/heads/master 2574fdc44 -> 3b2736fa8


Travis CI: Trying to get TCI to work.

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

Branch: refs/heads/master
Commit: 3b2736fa84972ee0e137c0f756951374e640a89f
Parents: 2574fdc
Author: Gary Gregory 
Authored: Sun Nov 13 20:32:19 2016 -0800
Committer: Gary Gregory 
Committed: Sun Nov 13 20:32:19 2016 -0800

--
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3b2736fa/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index c628fb7..e23dfdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,5 @@ sudo: false
 jdk:
   - oraclejdk7
 
-# Package jars during the build so that the OSGi tests can use them.
-script:
-  - mvn clean package -DskipTests
+after_success:
   - mvn test jacoco:report coveralls:report -pl !log4j-bom