[Pkg-javascript-commits] [node-stream-browserify] 16/44: using travis

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 14:18:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-browserify.

commit 57481d539469506c16aad383188ca8fe6739880b
Author: James Halliday <mail at substack.net>
Date:   Fri Dec 20 00:24:59 2013 -0800

    using travis
---
 .travis.yml     | 4 ++++
 readme.markdown | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cc4dba2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+  - "0.8"
+  - "0.10"
diff --git a/readme.markdown b/readme.markdown
index 2231876..ee19223 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,6 +2,4 @@
 
 the stream module (streams1 for now) from node core
 
-# todo
-
-How much of readable-stream/streams2 do we want to pull in?
+[![build status](https://secure.travis-ci.org/substack/stream-browserify.png)](http://travis-ci.org/substack/stream-browserify)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git



More information about the Pkg-javascript-commits mailing list