Skip to content

Commit a5873f7

Browse files
committed
travis
1 parent 5f5eb4a commit a5873f7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"
5+
- "0.12"
6+
- "iojs"

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cipher-base
22
===
33

4+
[![Build Status](https://travis-ci.org/crypto-browserify/cipher-base.svg)](https://travis-ci.org/crypto-browserify/cipher-base)
5+
46
Abstract base class to inherit from if you want to create streams implementing
57
the same api as node crypto streams.
68

0 commit comments

Comments
 (0)