Skip to content

Commit ccf9c42

Browse files
committed
📝 add travis badges for all of key modules
Is it documentation? Is it a build dashboard? You be the judge.
1 parent d73abf3 commit ccf9c42

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,31 @@ npm start;
2121
## Key Modules
2222

2323
<dl>
24-
<dt><a href="https://github.com/10gen/compass">compass</a></dt>
24+
<dt><a href="https://magnum.travis-ci.com/10gen/compass"><img src="https://magnum.travis-ci.com/10gen/compass.svg?token=q2zsnxCbboarF6KYRYxM&branch=master" height="10" /></a>&nbsp;<a href="https://github.com/10gen/compass">compass</a> </dt>
2525
<dd>
2626
The default Ampersand.js single-page application people actually interact with.
2727
</dd>
28-
<dt><a href="https://github.com/10gen/scout-client">scout-client</a></dt>
28+
<dt><a href="https://magnum.travis-ci.com/10gen/scout-client"><img src="https://magnum.travis-ci.com/10gen/scout-client.svg?token=q2zsnxCbboarF6KYRYxM&branch=master" height="10" /></a>&nbsp;<a href="https://github.com/10gen/scout-client">scout-client</a></dt>
2929
<dd>
30-
Provides a clean API for `compass` to talk to <a href="https://github.com/mongodb-js/scout-server">scout-server</a>
31-
that works in the browser, nodejs, or electron.
30+
Provides a clean API for `compass` to talk to `scout-server` that works in the browser, nodejs, or electron.
3231
</dd>
33-
<dt><a href="https://github.com/10gen/scout-server">scout-server</a></dt>
32+
<dt><a href="https://magnum.travis-ci.com/10gen/scout-server"><img src="https://magnum.travis-ci.com/10gen/scout-server.svg?token=q2zsnxCbboarF6KYRYxM&branch=master" height="10" /></a>&nbsp;<a href="https://github.com/10gen/scout-server">scout-server</a></dt>
3433
<dd>
3534
An express.js application which provides REST and socket.io endpoints
3635
to the mongodb node.js driver.
3736
</dd>
38-
<dt><a href="https://github.com/mongodb-js/mongodb-connection-model">mongodb-connection-model</a></dt>
37+
<dt><a href="https://travis-ci.org/mongodb-js/mongodb-connection-model"><img src="https://secure.travis-ci.org/mongodb-js/mongodb-connection-model.svg?branch=master" height="10" /></a>&nbsp;<a href="https://github.com/mongodb-js/mongodb-connection-model">mongodb-connection-model</a></dt>
3938
<dd>
4039
A shared Ampersand.js model used by `compass`, `scout-client`, and `scout-server` that encapsulates
4140
all of the business logic for generating valid parameters to hand to the driver to connect to MongoDB.
4241
</dd>
43-
<dt><a href="https://github.com/mongodb-js/mongodb-collection-sample">mongodb-collection-sample</a></dt>
42+
<dt><a href="https://travis-ci.org/mongodb-js/mongodb-collection-sample"><img src="https://secure.travis-ci.org/mongodb-js/mongodb-collection-sample.svg?branch=master" height="10" /></a>&nbsp;<a href="https://github.com/mongodb-js/mongodb-collection-sample">mongodb-collection-sample</a></dt>
4443
<dd>
4544
Provides a single interface for `scout-server` to request a sample of documents from a collection that automatically uses the `$sample` operator if available, falling back to a client-side reservoir sample.
4645
</dd>
47-
<dt><a href="https://github.com/mongodb-js/mongodb-schema">mongodb-schema</a></dt>
46+
<dt><a href="https://travis-ci.org/mongodb-js/mongodb-schema"><img src="https://secure.travis-ci.org/mongodb-js/mongodb-schema.svg?branch=master" height="10" /></a>&nbsp;<a href="https://github.com/mongodb-js/mongodb-schema">mongodb-schema</a></dt>
4847
<dd>
49-
`compass` uses `scout-client` to get a sample of documents from `scout-server` via `mongodb-collection-sample` which is piped into `mongodb-schema` to create a probabilistic representation of what the schema for a given collection most likely is.
48+
`compass` uses `scout-client` to get a sample of documents from `scout-server` via `mongodb-collection-sample` which is piped into `mongodb-schema` to create a probabilistic representation of what the schema for a given collection most likely is.
5049
</dd>
5150
</dl>
5251

0 commit comments

Comments
 (0)