diff options
| -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 0000000..8989920 --- /dev/null +++ b/circle.yml @@ -0,0 +1,3 @@ +test: + post: + - cat test/coverage/coverage.lcov | COVERALLS_REPO_TOKEN=your_token node_modules/.bin/coveralls -v |
