[Pkg-javascript-commits] [node-leveldown] 51/492: add travis setup

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:43 UTC 2014


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

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 4c08cab65f3aa068ae532cb3251da0236282d7a9
Author: Rod Vagg <rod at vagg.org>
Date:   Fri Sep 28 12:03:38 2012 +1000

    add travis setup
---
 .travis.yml  |  9 +++++++++
 README.md    |  4 +++-
 package.json | 20 +++++++++++++++-----
 3 files changed, 27 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..18fe1ea
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+  - 0.8
+branches:
+  only:
+    - master
+notifications:
+  email:
+    - rod at vagg.org
\ No newline at end of file
diff --git a/README.md b/README.md
index 133b169..61701ee 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ LevelUP
 Fast & simple storage - a Node.js-style LevelDB wrapper
 -------------------------------------------------------
 
+[![Build Status](https://secure.travis-ci.org/rvagg/node-levelup.png)](http://travis-ci.org/rvagg/node-levelup)
+
 **[LevelDB](http://code.google.com/p/leveldb/)** is a simple key/value data store built by Google, inspired by BigTable. It's used in Google Chrome and many other products. LevelDB supports arbitrary byte arrays as both keys and values, singular *get*, *put* and *delete* operations, *batched put and delete*, forward and reverse iteration and simple compression using the [Snappy](http://code.google.com/p/snappy/) algorithm which is optimised for speed over compression.
 
 
@@ -160,6 +162,6 @@ TODO
 Licence & copyright
 -------------------
 
-LevelUP is Copyright (c) 2012 Rod Vagg <@rvagg> and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
+LevelUP is Copyright (c) 2012 Rod Vagg <[@rvagg](https://twitter.com/rvagg)> and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
 
 LevelUP builds on the excellent work of the LevelDB and Snappy teams from Google and additional contributors. LevelDB and Snappy are both issued under the [New BSD Licence](http://opensource.org/licenses/BSD-3-Clause).
diff --git a/package.json b/package.json
index bb2945c..1c10798 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,19 @@
     "name"            : "levelup"
   , "description"     : " Fast & simple storage - a Node.js-style LevelDB wrapper"
   , "authors": [
-       "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
+        "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
+    ]
+  , "keywords"        : [
+        "leveldb"
+      , "levelup"
+      , "stream"
+      , "database"
+      , "db"
+      , "database"
+      , "store"
+      , "storage"
+      , "json"
     ]
-  , "keywords"        : [ "leveldb", "levelup", "stream", "database", "db", "store", "storage", "json" ]
   , "version"         : "0.0.5-1"
   , "main"            : "lib/levelup.js"
   , "dependencies"    : {
@@ -27,9 +37,9 @@
       , "url": "https://github.com/rvagg/node-levelup.git"
     }
   , "scripts"         : {
-      "test"            : "./node_modules/.bin/buster-test"
-    , "install"         : "node-gyp rebuild"
-  }
+        "test"            : "./node_modules/.bin/buster-test"
+      , "install"         : "node-gyp rebuild"
+    }
   , "license"         : "MIT"
   , "gypfile"         : true
 }
\ No newline at end of file

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



More information about the Pkg-javascript-commits mailing list