Skip to content

Commit

Permalink
#65 xcop for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 5, 2017
1 parent 0fef5a5 commit 463482e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ architect:
- yegor256
- dmarkov
install:
- sudo gem install pdd
- sudo gem install pdd
- sudo gem install xcop
assets:
secring.gpg: zerocracy/home#assets/secring.gpg
settings.xml: zerocracy/home#assets/jcabi/settings.xml
Expand Down Expand Up @@ -38,4 +39,4 @@ release:
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml
commanders:
- yegor256
- yegor256
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
install:
- gem install pdd
- gem install est
- gem install xcop
env:
global:
- MAVEN_OPTS="-Xmx256m"
Expand Down

0 comments on commit 463482e

Please sign in to comment.