[Pkg-javascript-commits] [node-umd] 10/11: badges and travis
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Apr 17 07:38:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to annotated tag 1.3.0
in repository node-umd.
commit 784f6c0469515ded87b06e7fd7d4c9a6b46fa217
Author: ForbesLindesay <forbes at lindesay.co.uk>
Date: Thu Aug 1 18:29:04 2013 +0100
badges and travis
---
.travis.yml | 4 ++++
README.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a12e3f0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: node_js
+node_js:
+ - "0.8"
+ - "0.10"
\ No newline at end of file
diff --git a/README.md b/README.md
index d293518..b9ba191 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,10 @@ Universal Module Definition for use in automated build systems
- CommonJS support
- prevents internal UMDs from conflicting
+[![Build Status](https://travis-ci.org/ForbesLindesay/umd.png?branch=master)](https://travis-ci.org/ForbesLindesay/umd)
+[![Dependency Status](https://gemnasium.com/ForbesLindesay/umd.png)](https://gemnasium.com/ForbesLindesay/umd)
+[![NPM version](https://badge.fury.io/js/umd.png)](http://badge.fury.io/js/umd)
+
## Source Format
In order for the UMD wrapper to work the source code for your module should `return` the export, e.g.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-umd.git
More information about the Pkg-javascript-commits
mailing list