[Pkg-javascript-commits] [node-iconv-lite] 35/83: Added Travis integration.

matthew pideil mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:48 UTC 2014


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

mpideil-guest pushed a commit to branch master
in repository node-iconv-lite.

commit e150abe071d482e5f6bd6b4aaf806d0747a36283
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date:   Thu May 17 22:59:43 2012 +0400

    Added Travis integration.
---
 .travis.yml  | 4 ++++
 README.md    | 2 ++
 package.json | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..07ed374
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+ language: node_js
+ node_js:
+   - 0.4
+   - 0.6
\ No newline at end of file
diff --git a/README.md b/README.md
index fc6c1b6..7b10143 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 iconv-lite - pure javascript character encoding conversion
 ======================================================================
 
+[![Build Status](https://secure.travis-ci.org/ashtuchkin/iconv-lite.png)](http://travis-ci.org/ashtuchkin/iconv-lite)
+
 ## Features
 
 *   Pure javascript. Doesn't need native code compilation.
diff --git a/package.json b/package.json
index 15daf32..184eefc 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,9 @@
     "engines": {
         "node": ">=0.4.0"
     },
+    "scripts": {
+      "test": "vows --spec"
+    },
     "devDependencies": {
         "vows": "",
         "iconv": ""

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



More information about the Pkg-javascript-commits mailing list