Skip to content

Commit

Permalink
Upgrade Travis CI docker version to fix Molecule tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 12, 2020
1 parent 6940d84 commit 4f50c18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,10 @@ env:
- MOLECULE_DISTRO: ubuntu1804
MOLECULE_PLAYBOOK: playbook-inet-http.yml

before_install:
# Upgrade Docker to work with docker-py.
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash

install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
Expand Down
4 changes: 4 additions & 0 deletions .yamllint
@@ -1,6 +1,10 @@
---
extends: default

rules:
line-length:
max: 120
level: warning

ignore: |
.github/stale.yml

0 comments on commit 4f50c18

Please sign in to comment.