diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-06 23:47:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-06 23:47:25 +0300 |
commit | ad3924b45e5618f8350f4f24c19dadb5926e3e42 (patch) | |
tree | a8ba2e4cc8e17c09d2bff3b68bd0e13d6fe5e144 | |
parent | 06036220547c28283a1162b2259efcba9ffa377f (diff) | |
download | simple-container-ad3924b45e5618f8350f4f24c19dadb5926e3e42.tar.xz simple-container-ad3924b45e5618f8350f4f24c19dadb5926e3e42.zip |
Removing the Apple operating system from testing - there is no compatibility
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2ebdf28..3006ac6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ node_js: os: - linux - - osx services: - docker diff --git a/package.json b/package.json index 29df1c3..2718f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-container", - "version": "0.0.0-beta.1", + "version": "0.0.0-beta.2", "description": "Simple and fast work with the Docker container", "homepage": "https://github.com/valentineus/simple-container", "license": "MIT", |