* Added support for update hash.

* Added support for bytes array output.
* Added support for ArrayBuffer output.
* Added support for AMD.
This commit is contained in:
Yi-Cyuan
2015-12-28 15:54:38 +08:00
parent 201bff606f
commit 261e55bd5c
43 changed files with 16037 additions and 413 deletions
+5 -4
View File
@@ -1,12 +1,13 @@
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install mocha -g
- npm install coveralls -g
- npm install mocha-lcov-reporter -g
- npm install coveralls
- npm install mocha-lcov-reporter
script: npm run-script coveralls
branches:
only: