We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5eb4a commit a5873f7Copy full SHA for a5873f7
.travis.yml
@@ -0,0 +1,6 @@
1
+language: node_js
2
+node_js:
3
+ - "0.11"
4
+ - "0.10"
5
+ - "0.12"
6
+ - "iojs"
readme.md
@@ -1,6 +1,8 @@
cipher-base
===
+[](https://travis-ci.org/crypto-browserify/cipher-base)
+
Abstract base class to inherit from if you want to create streams implementing
7
the same api as node crypto streams.
8
0 commit comments