Add linting to test pipeline

This commit is contained in:
Leonid Logvinov 2017-05-26 17:39:31 +02:00
parent 635ebdc670
commit a7d57c38bb
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -10,3 +10,4 @@ test:
- cd ../contracts; npm install && npm run migrate
- npm run update_contracts
- npm run test:coverage
- npm run lint