diff --git a/.travis.yml b/.travis.yml index 67fd08d..5e6060c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ env: - MOLECULE_DISTRO: ubuntu1804 - MOLECULE_DISTRO: debian10 +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 diff --git a/.yamllint b/.yamllint index a3dbc38..76a383c 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,10 @@ --- extends: default + rules: line-length: max: 120 level: warning + +ignore: | + .github/stale.yml