Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Baz <git@maximbaz.com>2020-06-16 00:03:10 +0300
committerMaxim Baz <git@maximbaz.com>2020-06-16 00:03:10 +0300
commitbcb1b1106e3e28cdfed217cc662920044d443d8e (patch)
treeff46d742e51b99a58e5736c4cfc7dec521b3fead
parentdc50a4c58f65d94a6143827effd98a1ceb6efcff (diff)
Enable experimental flag for docker-ce
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f259aa7..e754bdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,12 @@ language: minimal
services:
- docker
+env:
+ global:
+ - DOCKER_CLI_EXPERIMENTAL=enabled
+
before_install:
+ - echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update