Repository: commons-lang
Updated Branches:
  refs/heads/master f3df2590d -> cc748d35e


travis: remove travis profile from pom and use travis-cobertura profile 
commons-parent


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/cc748d35
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/cc748d35
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/cc748d35

Branch: refs/heads/master
Commit: cc748d35e50cc290ffbecd287e04bec9db906a76
Parents: f3df259
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Oct 1 16:19:50 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Oct 1 16:19:50 2017 +0200

----------------------------------------------------------------------
 .travis.yml |  2 +-
 pom.xml     | 29 -----------------------------
 2 files changed, 1 insertion(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/cc748d35/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 860ae28..4977537 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,4 @@ script:
   - mvn
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+  - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/cc748d35/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4192112..81f2d30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -835,35 +835,6 @@
     </profile>
 
     <profile>
-      <id>travis</id>
-      <activation>
-        <property>
-          <name>env.TRAVIS</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-            <version>${commons.cobertura.version}</version>
-            <configuration>
-              <formats>
-                <format>xml</format>
-              </formats>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.eluder.coveralls</groupId>
-            <artifactId>coveralls-maven-plugin</artifactId>
-            <version>4.3.0</version>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
       <id>java9</id>
       <activation>
         <jdk>9</jdk>

Reply via email to