Skip to content

Commit

Permalink
Updated .travis.yml to include static analysis and brownie test
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Jan 5, 2021
1 parent 5038f52 commit 77339fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ before_script:
script:
- npm run prettier
- npm run lint-contracts
- npm run test
- npm run test-js
- npm run analyze-contracts

after_script:
- npm run coverage
Expand Down

0 comments on commit 77339fc

Please sign in to comment.