From de5c8ff3015c40d78ff013d24f26fd25c4a699d1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 5 Jul 2020 23:37:41 +0300 Subject: [PATCH] Updated Travis Docker version --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index a6fbe5944e..ccf0fe871d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,12 @@ notifications: services: - docker +before_install: + - 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 + - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce + # cache: # directories: # - docker_images