Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eabf84d

Browse files
committed
Remove Ubuntu 14.04 testing
Signed-off-by: Tim Smith <[email protected]>
1 parent 8e72b3f commit eabf84d

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,20 @@ env:
2222
- INSTANCE=default-centos-7
2323
- INSTANCE=default-debian-8
2424
- INSTANCE=default-debian-9
25-
- INSTANCE=default-ubuntu-1404
2625
- INSTANCE=default-ubuntu-1604
2726
- INSTANCE=default-ubuntu-1804
2827
- INSTANCE=cacher-debian-8
2928
- INSTANCE=cacher-debian-9
3029
- INSTANCE=cacher-ubuntu-1604
31-
- INSTANCE=cacher-ubuntu-1404
32-
- INSTANCE=compile-time-ubuntu-1404
3330
- INSTANCE=compile-time-ubuntu-1604
3431
- INSTANCE=compile-time-ubuntu-1804
3532
- INSTANCE=compile-time-debian-8
3633
- INSTANCE=compile-time-debian-9
37-
- INSTANCE=resources-ubuntu-1404
3834
- INSTANCE=resources-ubuntu-1604
3935
- INSTANCE=resources-ubuntu-1804
4036
- INSTANCE=resources-debian-8
4137
- INSTANCE=resources-debian-9
42-
- INSTANCE=unattended-upgrades-ubuntu-1404
38+
- INSTANCE=unattended-upgrades-ubuntu-1604
4339

4440
before_script:
4541
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )

kitchen.dokken.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ platforms:
3434
image: dokken/centos-7
3535
pid_one_command: /usr/lib/systemd/systemd
3636

37-
38-
- name: ubuntu-14.04
39-
driver:
40-
image: dokken/ubuntu-14.04
41-
pid_one_command: /sbin/init
42-
4337
- name: ubuntu-16.04
4438
driver:
4539
image: dokken/ubuntu-16.04

kitchen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ platforms:
1212
- name: centos-7
1313
- name: debian-8
1414
- name: debian-9
15-
- name: ubuntu-14.04
1615
- name: ubuntu-16.04
1716
- name: ubuntu-18.04
1817
- name: ubuntu-16.04-chef-12.9

0 commit comments

Comments
 (0)