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


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

Branch: refs/heads/release
Commit: 43720d02405e0b96939b331c1be7812fe5fec877
Parents: 46fa7b5
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Oct 1 16:06:44 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Oct 1 16:06:44 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-io/blob/43720d02/.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-io/blob/43720d02/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d7354d4..d1dd3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,34 +428,6 @@ file comparators, endian transformation classes, and much 
more.
       </build>
     </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>3.1.0</version>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>java9</id>
       <activation>
         <jdk>9</jdk>

Reply via email to