diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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", |