diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index ddd719dd5..338bf0b87 100644 --- a/circle.yml +++ b/circle.yml @@ -10,3 +10,4 @@ test: - cd ../contracts; npm install && npm run migrate - npm run update_contracts - npm run test:coverage + - npm run lint |