This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push: new 6cf8c658 Remove travis profile 6cf8c658 is described below commit 6cf8c65865b0731beb1b12d5e15894ced4924d77 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Jun 7 13:35:40 2022 +0100 Remove travis profile --- pom.xml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pom.xml b/pom.xml index 5e14c5dc..ce8a41f9 100644 --- a/pom.xml +++ b/pom.xml @@ -659,33 +659,6 @@ This is avoided by creating an empty directory when svn is not available. </build> </profile> - <profile> - <id>travis</id> - <activation> - <property> - <name>env.TRAVIS</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${commons.jacoco.version}</version> - </plugin> - <plugin> - <groupId>org.eluder.coveralls</groupId> - <artifactId>coveralls-maven-plugin</artifactId> - <version>${commons.coveralls.version}</version> - <configuration> - <timestampFormat>${commons.coveralls.timestampFormat}</timestampFormat> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <!-- Profiles for modules with special requirements. -->