Fix travis docker install.

This commit is contained in:
Ben Kochie 2018-06-24 13:12:31 +02:00 committed by Ben Kochie
parent 341e3003a8
commit f1e919f3ee
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ sudo: required
services:
- docker
# Ensure docker is updated
before_install:
- sudo apt-get -qq update
- sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-engine
# Install molecule
install:
- pip install -r test-requirements.txt