Skip to content

Commit

Permalink
Remove coveralls since trautonen/coveralls-maven-plugin#102 is not re…
Browse files Browse the repository at this point in the history
…solved yet
  • Loading branch information
krystiankaluzny committed Sep 20, 2018
1 parent 1718636 commit f6851ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jdk:
- oraclejdk9

install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pci
script: mvn clean verify -B -Pci jacoco:report coveralls:report
script: mvn clean verify -B -Pci
22 changes: 0 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,28 +100,6 @@
<module>ktoggl-core</module>
<module>ktoggl-jvm</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.2</version>
<executions>
<execution>
<id>prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit f6851ca

Please sign in to comment.