Skip to content

Commit

Permalink
fix #139
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Jun 17, 2015
1 parent ba1a1c0 commit ceeeb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ after_success:
#- .config/deploy-site.sh
- chmod +x .config/deploy-artifacts.sh
- .config/deploy-artifacts.sh
- mvn clean cobertura:cobertura coveralls:cobertura
- mvn clean cobertura:cobertura coveralls:report
env:
global:
- secure: ILdOYjPt+8g5rlexXBYAhECtn5Zm26FRf0/nwCxUU303qtzFQyMcxinIC93aun880OnINjA7fzQeBkG4P+LSVOAXbmGTGhtyPBzMOGcnZouJM/RyXHUft6tAXPimXQ7JjDFjyv7EzSeStk/4WEp0mkxheIryZS3X1pbED1TqgUM=
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -271,7 +271,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
</plugin>

<!-- Plugin to generate reports of test coverage -->
Expand Down

0 comments on commit ceeeb7f

Please sign in to comment.