Skip to content

Commit

Permalink
Update coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Dec 1, 2015
1 parent 672a497 commit cca3c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ jdk:
- oraclejdk7
- oraclejdk8
after_success:
- mvn clean cobertura:cobertura coveralls:cobertura
- mvn clean cobertura:cobertura coveralls:report
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>\${env.REPO_USER}</username><password>\${env.REPO_PASSWORD}</password></server></servers></settings>" > ~/settings.xml
- mvn deploy --settings ~/settings.xml

3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -123,6 +123,7 @@
<maven-enforcer-plugin.version>1.3.1</maven-enforcer-plugin.version>
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.6</nexus-staging-maven-plugin.version>
<maven-coverall-plugin.version>4.1.0</maven-coverall-plugin.version>
</properties>

<profiles>
Expand Down Expand Up @@ -393,7 +394,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>2.2.0</version>
<version>${maven-coverall-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit cca3c88

Please sign in to comment.