Skip to content

Commit

Permalink
yegor256#82 Skip invoker tests when building site
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Aug 10, 2018
1 parent e4fa554 commit c37cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ merge:
commanders: []
script: |-
mvn clean install -Pxembly -Pqulice --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml -Dinvoker.skip
mvn clean
pdd --source=$(pwd) --verbose --file=/dev/null
deploy:
Expand Down

0 comments on commit c37cae3

Please sign in to comment.