aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-07 00:57:02 +0300
committerValentin Popov <info@valentineus.link>2017-10-07 00:57:02 +0300
commitc6300b1e29152b9be23622114a0d30a48f0f0f8b (patch)
treeec1baf4365bf96713bc6a4c2d1ba01b8be8b225d
parentdf153713fb5392fb7a6b36fbb0ee9367fa7ddff1 (diff)
downloadsimple-container-c6300b1e29152b9be23622114a0d30a48f0f0f8b.tar.xz
simple-container-c6300b1e29152b9be23622114a0d30a48f0f0f8b.zip
Minor improvements
-rw-r--r--README.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b474795..db052e0 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@
[![Gitter Badge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/valentineus/simple-container)
Simple and fast work with the Docker container.
+Works great in
+[Travis CI](https://travis-ci.org/)
+for testing
It uses the library
[dockerode](https://github.com/apocas/dockerode).
diff --git a/package.json b/package.json
index 03719e9..b0fc375 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-container",
- "version": "0.0.0-beta.2",
+ "version": "0.0.0-beta.3",
"description": "Simple and fast work with the Docker container",
"homepage": "https://github.com/valentineus/simple-container",
"license": "MIT",