[Pkg-javascript-commits] [node-leveldown] 218/492: fix travis config

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:01 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 545973a8bcecff1865cc75d20555b92e3c6e1844
Author: Rod Vagg <rod at vagg.org>
Date:   Sun Feb 17 16:36:51 2013 +1100

    fix travis config
---
 .travis.yml | 2 +-
 README.md   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a8c5854..bd01e00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ branches:
 notifications:
   email:
     - rod at vagg.org
-script: npm run-script alltests
\ No newline at end of file
+script: npm test
\ No newline at end of file
diff --git a/README.md b/README.md
index 077070b..ef8d4cf 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ LevelDOWN
 A Node.js LevelDB binding (currently being extracted from LevelUP)
 -------------------------
 
+[![Build Status](https://secure.travis-ci.org/rvagg/node-leveldown.png)](http://travis-ci.org/rvagg/node-leveldown)
+
 ## READ THIS FIRST
 
 LevelDOWN is currently undergoing API development to prepare it for general use. Version 0.0.0 represents the API as it has been used internally within [LevelUP](https://github.com/rvagg/node-levelup) but this API is not ideal for public consumption.

-- 
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