We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e6744 commit ce7f269Copy full SHA for ce7f269
.kitchen.dokken.yml
@@ -70,12 +70,6 @@ platforms:
70
driver:
71
image: dokken/opensuse-leap
72
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
79
- name: ubuntu-16.04
80
81
image: dokken/ubuntu-16.04
.kitchen.yml
@@ -3,7 +3,6 @@ driver:
3
name: vagrant
4
5
platforms:
6
7
8
- name: ubuntu-18.04
9
- name: centos-6
.travis.yml
@@ -9,7 +9,6 @@ services:
rvm: 2.6.3
10
11
env:
12
- - INSTANCE=ubuntu-1404
13
- INSTANCE=ubuntu-1604
14
- INSTANCE=ubuntu-1604 CHEF_VERSION=14.13.11
15
- INSTANCE=ubuntu-1804
0 commit comments