Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Using coveralls plugin correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
saboya committed Jun 12, 2015
1 parent 87baa61 commit 425e125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ branches:
script: grails clean
&& [[ $GRAILS_VERSION =~ ([1-2]\.[0-3]\.[0-9]) ]] && grails upgrade --non-interactive || grails set-grails-version $GRAILS_VERSION --non-interactive
&& grails refresh-dependencies
&& grails test-app --non-interactive
&& grails test-app -coverage -xml --non-interactive
after_success:
grails coveralls
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grails.project.dependency.resolution = {
build 'org.apache.httpcomponents:httpmime:4.3.3'
}
plugins {
build ':release:3.1.1', ':rest-client-builder:2.1.1', {
build ':coveralls:0.1.3', ':release:3.1.1', ':rest-client-builder:2.1.1', {
export = false
}
test(':code-coverage:2.0.3-3') {
Expand Down

0 comments on commit 425e125

Please sign in to comment.