Skip to content

Commit

Permalink
#53 disable coveralls during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 22, 2016
1 parent 1d2093a commit 169b4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assets:
s3cfg: yegor256/home#assets/s3cfg
merge:
script: |-
mvn clean install site -Psite -Pqulice --errors --settings ../settings.xml
mvn clean install site -Psite -P!coveralls -Pqulice --errors --settings ../settings.xml
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
commanders:
Expand Down Expand Up @@ -39,4 +39,4 @@ release:
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Pjcabi -Psite --errors --settings ../settings.xml
commanders:
- yegor256
- yegor256

0 comments on commit 169b4e3

Please sign in to comment.