[Pkg-javascript-commits] [node-stream-http] 09/208: Enable Travis CI

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 13:39:23 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-http.

commit 63fe97b60353bb58a74602f1e4a491a4bb751786
Author: John Hiesey <john at hiesey.com>
Date:   Thu Jul 2 00:41:49 2015 -0700

    Enable Travis CI
---
 .travis.yml  | 3 +++
 package.json | 9 ++++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..504a5eb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+	- "0.12"
diff --git a/package.json b/package.json
index 944b37c..7772c73 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,20 @@
   "version": "1.0.0",
   "description": "Streaming http in the browser",
   "main": "index.js",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/jhiesey/httpstream.git"
+  },
   "scripts": {
     "build": "browserify index.js -s http > bundle.js",
-    "test": "zuul -- test/*.js"
+    "test": "zuul -- test/tests/*.js",
+    "test-local": "zuul --local 8080 --no-coverage -- test/tests/*/js"
   },
   "author": "John Hiesey",
   "license": "MIT",
   "dependencies": {
+  },
+  "devDependencies": {
     "brfs": "^1.4.0",
     "browserify": "^10.2.4",
     "express": "^4.13.0",

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



More information about the Pkg-javascript-commits mailing list