Skip to content

Commit

Permalink
Update Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
s0b0lev committed Jun 19, 2019
1 parent 9b960a2 commit 90af6db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ jobs:
--output-dir /opt/edelweiss \
--plugin-dir /opt/mythril \
--s3 \
--circle-ci CircleCI/mythril.csv\
--ignore-false-positives guess_the_random_number_fixed.sol simple_dao.sol old_blockhash.sol
--circle-ci CircleCI/mythril.csv \
--ignore-false-positives $IGNORE_FALSE_POSITVES \
--ignore-regressions $IGNORE_REGRESSIONS
pypi_release:
<<: *defaults
Expand Down

0 comments on commit 90af6db

Please sign in to comment.