aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-07-25 13:41:29 -0700
committercainus <[email protected]>2013-07-25 13:41:29 -0700
commita5d04183f3a299b5c6263cb705fe671cf234bb74 (patch)
tree91ad30451f2de12cc4fe3f4bdb02cb4362256a51
parent7f43f5d8cc39cb47687ecdba7034baf9eac46ba4 (diff)
downloadnode-coveralls-a5d04183f3a299b5c6263cb705fe671cf234bb74.tar.xz
node-coveralls-a5d04183f3a299b5c6263cb705fe671cf234bb74.zip
add circle yml file.
-rw-r--r--circle.yml3
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