diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-07 00:57:02 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-07 00:57:02 +0300 |
commit | c6300b1e29152b9be23622114a0d30a48f0f0f8b (patch) | |
tree | ec1baf4365bf96713bc6a4c2d1ba01b8be8b225d | |
parent | df153713fb5392fb7a6b36fbb0ee9367fa7ddff1 (diff) | |
download | simple-container-c6300b1e29152b9be23622114a0d30a48f0f0f8b.tar.xz simple-container-c6300b1e29152b9be23622114a0d30a48f0f0f8b.zip |
Minor improvements
-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", |