[Pkg-javascript-commits] [sockjs-client] 30/350: Add empty travis file
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 88b6bb385cc3fa42ff2d11ad831c0b51c8d00c5f
Author: Bryce Kahle <bryce.kahle at mlssoccer.com>
Date: Mon May 5 15:46:32 2014 -0400
Add empty travis file
---
.travis.yml | 3 +++
README.md | 6 ++++--
package.json | 3 +++
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..87f8cd9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+ - "0.10"
\ No newline at end of file
diff --git a/README.md b/README.md
index b7e96bc..c698631 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,7 @@ Work in progress:
* [SockJS-go](https://github.com/igm/sockjs-go/)
-SockJS-client
-=============
+# SockJS-client [![Build Status][travis-image]][travis-url]
SockJS is a browser JavaScript library that provides a WebSocket-like
object. SockJS gives you a coherent, cross-browser, Javascript API
@@ -388,3 +387,6 @@ There are various browser quirks which we don't intend to address:
* SockJS [websocket transport is more stable over SSL](https://github.com/sockjs/sockjs-client/issues/94). If
you're a serious SockJS user then consider using SSL
([more info](http://www.ietf.org/mail-archive/web/hybi/current/msg01605.html)).
+
+[travis-url]: https://travis-ci.org/sockjs/sockjs-client
+[travis-image]: http://img.shields.io/travis/sockjs/sockjs-client.svg
diff --git a/package.json b/package.json
index 8609578..1093de7 100644
--- a/package.json
+++ b/package.json
@@ -14,5 +14,8 @@
"optimist" : "0.3.5",
"node-static" : "0.5.9"
},
+ "scripts": {
+ "test": ""
+ },
"private": true
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list