Skip to content

Commit ce7f269

Browse files
Removal of Ubuntu 14.04 because of EOL
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent 17e6744 commit ce7f269

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.kitchen.dokken.yml

-6
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ platforms:
7070
driver:
7171
image: dokken/opensuse-leap
7272
pid_one_command: /bin/systemd
73-
- name: ubuntu-14.04
74-
driver:
75-
image: dokken/ubuntu-14.04
76-
pid_one_command: /sbin/init
77-
intermediate_instructions:
78-
- RUN /usr/bin/apt-get update
7973
- name: ubuntu-16.04
8074
driver:
8175
image: dokken/ubuntu-16.04

.kitchen.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ driver:
33
name: vagrant
44

55
platforms:
6-
- name: ubuntu-14.04
76
- name: ubuntu-16.04
87
- name: ubuntu-18.04
98
- name: centos-6

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ services:
99
rvm: 2.6.3
1010

1111
env:
12-
- INSTANCE=ubuntu-1404
1312
- INSTANCE=ubuntu-1604
1413
- INSTANCE=ubuntu-1604 CHEF_VERSION=14.13.11
1514
- INSTANCE=ubuntu-1804

0 commit comments

Comments
 (0)