diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml new file mode 100644 index 000000000..7a97d756c --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +test: + override: + - npm run test:coverage |