diff --git a/README.md b/README.md index 4d94909..c8e6761 100755 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ Implements a simple web application using CouchDB, with tests. Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul. This sample is built for Shippable, a docker based continuous integration and deployment platform. -[![Build Status](https://api.shippable.com/projects/54aa3515d46935d5fbc17450/badge?branchName=master)](https://app.shippable.com/projects/54aa3515d46935d5fbc17450/builds/latest) + + diff --git a/shippable.yml b/shippable.yml index 5f9625a..8a8adaa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,7 +4,7 @@ language: node_js # Version number node_js: - 0.10.31 - - 0.11 +# - 0.11 # CouchDB binds to 127.0.0.1 by default services: @@ -31,7 +31,6 @@ script: - echo $LAST_SUCCESSFUL_BUILD_TIMESTAMP - echo $key1 and $key2 - # Tell istanbul to generate a coverage report after_script: - echo $key @@ -41,5 +40,5 @@ after_script: - echo $BUILD_URL archive: true - -#cache: true +#build_image: shippable/minv2:beta +cache: true