mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
Upgrade Travis CI docker version to fix Molecule tests.
This commit is contained in:
parent
d45865e4ab
commit
25c0e47af2
2 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,10 @@ env:
|
||||||
- MOLECULE_DISTRO: ubuntu2004
|
- MOLECULE_DISTRO: ubuntu2004
|
||||||
- MOLECULE_DISTRO: ubuntu1804
|
- MOLECULE_DISTRO: ubuntu1804
|
||||||
|
|
||||||
|
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:
|
||||||
# Install test dependencies.
|
# Install test dependencies.
|
||||||
- pip install molecule yamllint ansible-lint docker
|
- pip install molecule yamllint ansible-lint docker
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length:
|
line-length:
|
||||||
max: 120
|
max: 120
|
||||||
level: warning
|
level: warning
|
||||||
|
|
||||||
|
ignore: |
|
||||||
|
.github/stale.yml
|
||||||
|
|
Loading…
Reference in a new issue