Skip to content

Commit 2ff919f

Browse files
committed
ci(travis): reduce matrix down to 6 instances
* Ref: saltstack-formulas/template-formula#121
1 parent 81165fc commit 2ff919f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ env:
2222
# TODO: Re-enable this once the `systemd` service can be restarted reliably
2323
# - INSTANCE: default-ubuntu-1804-2019-2-py3
2424
- INSTANCE: default-centos-7-2019-2-py3
25-
- INSTANCE: default-fedora-29-2019-2-py3
25+
# - INSTANCE: default-fedora-29-2019-2-py3
2626
- INSTANCE: default-opensuse-leap-15-2019-2-py3
27-
- INSTANCE: default-debian-9-2018-3-py2
27+
# - INSTANCE: default-debian-9-2018-3-py2
2828
- INSTANCE: default-ubuntu-1604-2018-3-py2
29-
- INSTANCE: default-centos-7-2018-3-py2
29+
# - INSTANCE: default-centos-7-2018-3-py2
3030
- INSTANCE: default-fedora-29-2018-3-py2
3131
# TODO: Use this when fixed instead of `opensuse-423`
3232
# NOTE: Having to temporarily disable `opensuse-423` due to slow mirror
3333
# - INSTANCE: default-opensuse-leap-15-2018-3-py2
3434
# - INSTANCE: default-opensuse-423-2018-3-py2
35-
- INSTANCE: default-debian-8-2017-7-py2
36-
- INSTANCE: default-ubuntu-1604-2017-7-py2
35+
# - INSTANCE: default-debian-8-2017-7-py2
36+
# - INSTANCE: default-ubuntu-1604-2017-7-py2
3737
- INSTANCE: default-centos-6-2017-7-py2
38-
- INSTANCE: default-fedora-28-2017-7-py2
39-
- INSTANCE: default-opensuse-leap-42-2017-7-py2
38+
# - INSTANCE: default-fedora-28-2017-7-py2
39+
# - INSTANCE: default-opensuse-leap-42-2017-7-py2
4040

4141
script:
4242
- bundle exec kitchen verify ${INSTANCE}

0 commit comments

Comments
 (0)