From e98a7cfab3405d8c52ef6ae121e79186173f1128 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 18 Aug 2020 10:01:56 -0400 Subject: [PATCH] Pin docker version for travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3af991c2..8dfa4297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,15 @@ services: docker language: python +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 + +env: + - DOCKER_API_VERSION=1.38 + install: - pip3 install docker molecule==3.0.6 yamllint ansible-lint openshift jmespath