diff --git a/.travis.yml b/.travis.yml index 4d9337ed..5bf40e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,20 +26,20 @@ env: # - INSTANCE: suse-opensuse-leap-15-develop-py3 # - INSTANCE: redhat-amazonlinux-2-develop-py2 # - INSTANCE: debian-debian-9-2019-2-py3 - - INSTANCE: ubuntu-ubuntu-1804-2019-2-py3 + # - INSTANCE: ubuntu-ubuntu-1804-2019-2-py3 # - INSTANCE: redhat-centos-7-2019-2-py3 # - INSTANCE: redhat-fedora-30-2019-2-py3 # - INSTANCE: suse-opensuse-leap-15-2019-2-py3 - - INSTANCE: redhat-amazonlinux-2-2019-2-py2 + # - INSTANCE: redhat-amazonlinux-2-2019-2-py2 # - INSTANCE: debian-debian-9-2018-3-py2 # - INSTANCE: ubuntu-ubuntu-1604-2018-3-py2 # - INSTANCE: redhat-centos-7-2018-3-py2 - - INSTANCE: redhat-fedora-29-2018-3-py2 - - INSTANCE: suse-opensuse-leap-15-2018-3-py2 + # - INSTANCE: redhat-fedora-29-2018-3-py2 + # - INSTANCE: suse-opensuse-leap-15-2018-3-py2 # - INSTANCE: redhat-amazonlinux-2-2018-3-py2 # - INSTANCE: debian-debian-8-2017-7-py2 # - INSTANCE: ubuntu-ubuntu-1604-2017-7-py2 - - INSTANCE: redhat-centos-6-2017-7-py2 + # - INSTANCE: redhat-centos-6-2017-7-py2 # - INSTANCE: redhat-fedora-29-2017-7-py2 # - INSTANCE: suse-opensuse-leap-15-2017-7-py2 # - INSTANCE: redhat-amazonlinux-2-2017-7-py2 diff --git a/.yamllint b/.yamllint index 3a90f575..b5e8288b 100644 --- a/.yamllint +++ b/.yamllint @@ -10,6 +10,9 @@ ignore: | node_modules/ rules: + empty-values: + forbid-in-block-mappings: true + forbid-in-flow-mappings: true line-length: # Increase from default of `80` # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)