diff --git a/README.markdown b/README.markdown index a8134f7..dcb842a 100644 --- a/README.markdown +++ b/README.markdown @@ -311,3 +311,6 @@ Want to make sure your crazy javascript-heavy app still works in other browsers? Give [browserling](http://browserling.com) a spin! Browsers in your browser. Powered by dnode. + +[![build status](https://secure.travis-ci.org/substack/dnode.png)](http://travis-ci.org/substack/dnode) + diff --git a/package.json b/package.json index b80aee8..4efe7ba 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "tap" : "0.0.x", "browserify" : "1.4.x", "uglify-js" : "1.0.6", - "express" : "2.5.x" + "express" : "2.2.2" }, "scripts" : { "test" : "tap test/*.js"