Browse Source

Merge pull request #428 from saltstack-formulas/myii-patch-1

fix(travis): disable two failing platforms until they can be fixed
tags/v0.58.1
Imran Iqbal 5 years ago
parent
commit
81aeaa82d0
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

matrix: matrix:
- INSTANCE: v2019-2-py3-debian-9 - INSTANCE: v2019-2-py3-debian-9
- INSTANCE: v2019-2-py3-ubuntu-1804 - INSTANCE: v2019-2-py3-ubuntu-1804
- INSTANCE: v2019-2-py2-centos-7
# - INSTANCE: v2019-2-py2-centos-7
- INSTANCE: v2019-2-py2-fedora-29 - INSTANCE: v2019-2-py2-fedora-29


- INSTANCE: v2018-3-py2-debian-8 - INSTANCE: v2018-3-py2-debian-8
- INSTANCE: v2018-3-py2-ubuntu-1604 - INSTANCE: v2018-3-py2-ubuntu-1604
- INSTANCE: v2018-3-py2-bootstrap-centos-6 - INSTANCE: v2018-3-py2-bootstrap-centos-6
- INSTANCE: v2018-3-py2-forced-version-fedora-28 - INSTANCE: v2018-3-py2-forced-version-fedora-28
- INSTANCE: v2018-3-py2-opensuse-423
# - INSTANCE: v2018-3-py2-opensuse-423


- INSTANCE: v2017-7-py2-debian-8 - INSTANCE: v2017-7-py2-debian-8
- INSTANCE: v2017-7-py2-ubuntu-1604 - INSTANCE: v2017-7-py2-ubuntu-1604

Loading…
Cancel
Save