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 b6a9efeb1..448524aa1 100644 --- a/circle.yml +++ b/circle.yml @@ -10,4 +10,5 @@ test: - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate - npm run update_contracts - npm run test:coverage + - npm run test:umd - npm run lint |