Skip to content

Commit

Permalink
#98 aibolit 1.2.3rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 15, 2020
1 parent c640c23 commit a757ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Expand Up @@ -5,7 +5,7 @@ assets:
env:
MAVEN_OPTS: -XX:MaxPermSize=256m -Xmx1g
install: |-
pip install aibolit==1.2.3rc1
pip install aibolit==1.2.3rc2
pdd --source=$(pwd) --file=/dev/null
aibolit check --folder=src/main
merge:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ addons:
- libmagic-dev
script:
- set -e
- pip3 install aibolit==1.2.3rc1
- pip3 install aibolit==1.2.3rc2
- pdd --source=$(pwd) --file=/dev/null
- est --dir=est --file=/dev/null
- aibolit check --folder=src/main
Expand Down

0 comments on commit a757ec7

Please sign in to comment.