* Improve performance.

* Add bower package.
* Fixed JSHint warnings.
* Add travis.
* Add coveralls.
This commit is contained in:
Chen Yi-Cyuan
2015-01-05 20:33:43 +08:00
parent fc26dd221e
commit b31e43e89c
14 changed files with 355 additions and 164 deletions
+11
View File
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
install:
- npm install coveralls -g
- npm install mocha-lcov-reporter -g
script:
- npm run-script coveralls