Skip to content

Commit

Permalink
Still fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwarsw committed Mar 29, 2016
1 parent ba17311 commit bf94f1d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,15 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<repoToken>${env.repoToken}</repoToken>
</configuration>
<executions>
<execution>
<id>coveralls-jacoco</id>
<goals>
<goal>report</goal>
</goals>
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bf94f1d

Please sign in to comment.