aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",