[Pkg-javascript-commits] [node-read-only-stream] 10/22: travis
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 20 13:52:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-read-only-stream.
commit ac0f797b1be7b3aef46b13e5bfba86da43888f74
Author: James Halliday <mail at substack.net>
Date: Mon Sep 8 11:31:23 2014 +0100
travis
---
.travis.yml | 6 ++++++
readme.markdown | 2 ++
2 files changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9672e12
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "0.8"
+ - "0.10"
+before_install:
+ - npm install -g npm@~1.4.6
diff --git a/readme.markdown b/readme.markdown
index 4b1932c..05e6a9d 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -3,6 +3,8 @@
wrap a readable/writable stream to be read-only
to prevent mucking up the input side
+[![build status](https://secure.travis-ci.org/substack/read-only-stream.png)](http://travis-ci.org/substack/read-only-stream)
+
# example
Suppose you have a module that uses a readable/writable stream internally but
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-read-only-stream.git
More information about the Pkg-javascript-commits
mailing list