(Feature) Add checks into CI (#594)

This commit is contained in:
Fernando 2020-02-27 11:09:35 -03:00 committed by GitHub
parent 327c780a1a
commit f1437d55a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ before_install:
# Install truffle
- yarn global add truffle
script:
- yarn lint:check
- yarn prettier:check
- yarn build
after_success:
- |
@ -80,4 +82,4 @@ deploy:
- provider: script
script: bash config/travis/prepare_production_deployment.sh
on:
tags: true
tags: true