Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


7 changes: 3 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -41,5 +40,5 @@ after_script:
- echo $BUILD_URL
archive: true


#cache: true
#build_image: shippable/minv2:beta
cache: true