Initial release

This commit is contained in:
Chen Yi-Cyuan
2015-02-23 18:23:14 +08:00
commit b249e417a7
13 changed files with 575 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install mocha -g
- npm install coveralls -g
- npm install mocha-lcov-reporter -g
script: npm run-script coveralls
branches:
only:
- master