Skip to content

Commit 3a3d24a

Browse files
authored
Merge pull request #299 from litnialex/master
ci(travis): Ubuntu upgrade from 16 to 18 & 20
2 parents 1c0657b + 7978976 commit 3a3d24a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
# Make sure the instances listed below match up with
6060
# the `platforms` defined in `kitchen.yml`
6161
- env: INSTANCE=default-debian-10-master-py3
62-
# - env: INSTANCE=default-ubuntu-1804-master-py3
62+
- env: INSTANCE=default-ubuntu-2004-master-py3
63+
- env: INSTANCE=default-ubuntu-1804-master-py3
6364
# - env: INSTANCE=default-centos-8-master-py3
6465
# - env: INSTANCE=default-fedora-31-master-py3
6566
# - env: INSTANCE=default-opensuse-leap-151-master-py3
@@ -75,7 +76,6 @@ jobs:
7576
# - env: INSTANCE=default-arch-base-latest-2019-2-py2
7677
# - env: INSTANCE=default-fedora-30-2018-3-py3
7778
# - env: INSTANCE=default-debian-9-2018-3-py2
78-
- env: INSTANCE=default-ubuntu-1604-2018-3-py2
7979
# - env: INSTANCE=default-centos-7-2018-3-py2
8080
- env: INSTANCE=default-opensuse-leap-151-2018-3-py2
8181
# - env: INSTANCE=default-amazonlinux-1-2018-3-py2

kitchen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ platforms:
1515
- name: debian-10-master-py3
1616
driver:
1717
image: saltimages/salt-master-py3:debian-10
18+
- name: ubuntu-2004-master-py3
19+
driver:
20+
image: saltimages/salt-master-py3:ubuntu-20.04
1821
- name: ubuntu-1804-master-py3
1922
driver:
2023
image: saltimages/salt-master-py3:ubuntu-18.04

0 commit comments

Comments
 (0)