[Pkg-javascript-commits] [node-cipher-base] 06/18: travis
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:25:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-cipher-base.
commit a5873f7dbfe542d7ec28bcb3e306096d1d2b951c
Author: Calvin Metcalf <calvin.metcalf at gmail.com>
Date: Sun Sep 27 14:31:10 2015 -0400
travis
---
.travis.yml | 6 ++++++
readme.md | 2 ++
2 files changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..eb83acd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "0.11"
+ - "0.10"
+ - "0.12"
+ - "iojs"
diff --git a/readme.md b/readme.md
index e408fa7..23157b8 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,8 @@
cipher-base
===
+[![Build Status](https://travis-ci.org/crypto-browserify/cipher-base.svg)](https://travis-ci.org/crypto-browserify/cipher-base)
+
Abstract base class to inherit from if you want to create streams implementing
the same api as node crypto streams.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cipher-base.git
More information about the Pkg-javascript-commits
mailing list