@@ -20,22 +20,22 @@ services:
2020env :
2121 matrix :
2222 - INSTANCE : debian-debian-9-develop-py3
23- # - INSTANCE: debian -ubuntu-1804-develop-py3
23+ # - INSTANCE: ubuntu -ubuntu-1804-develop-py3
2424 # - INSTANCE: redhat-centos-7-develop-py3
2525 # - INSTANCE: redhat-fedora-29-develop-py3
2626 # - INSTANCE: suse-opensuse-leap-15-develop-py3
2727 # - INSTANCE: debian-debian-9-2019-2-py3
28- - INSTANCE : debian -ubuntu-1804-2019-2-py3
28+ - INSTANCE : ubuntu -ubuntu-1804-2019-2-py3
2929 - INSTANCE : redhat-centos-7-2019-2-py3
3030 # - INSTANCE: redhat-fedora-29-2019-2-py3
3131 # - INSTANCE: suse-opensuse-leap-15-2019-2-py3
3232 # - INSTANCE: debian-debian-9-2018-3-py2
33- # - INSTANCE: debian -ubuntu-1604-2018-3-py2
33+ # - INSTANCE: ubuntu -ubuntu-1604-2018-3-py2
3434 # - INSTANCE: redhat-centos-7-2018-3-py2
3535 - INSTANCE : redhat-fedora-29-2018-3-py2
3636 - INSTANCE : suse-opensuse-leap-42-2018-3-py2
3737 # - INSTANCE: debian-debian-8-2017-7-py2
38- # - INSTANCE: debian -ubuntu-1604-2017-7-py2
38+ # - INSTANCE: ubuntu -ubuntu-1604-2017-7-py2
3939 - INSTANCE : redhat-centos-6-2017-7-py2
4040 # - INSTANCE: redhat-fedora-28-2017-7-py2
4141 # - INSTANCE: suse-opensuse-leap-42-2017-7-py2
5454 # Install and run `yamllint`
5555 - pip install --user yamllint
5656 # yamllint disable-line rule:line-length
57- - yamllint -s . .yamllint pillar.example test/salt/pillar/debian.sls test/salt/pillar/redhat.sls test/salt/pillar/suse.sls
57+ - yamllint -s . .yamllint pillar.example test/salt/pillar/debian.sls test/salt/pillar/ubuntu.sls test/salt/pillar/ redhat.sls test/salt/pillar/suse.sls
5858 # Install and run `commitlint`
5959 - npm install @commitlint/config-conventional -D
6060 - npm install @commitlint/travis-cli -D
0 commit comments