Skip to content

Commit 1020e86

Browse files
authoredFeb 12, 2020
Merge pull request #267 from bastelfreak/ubuntu
drop Ubuntu 14.04 support
2 parents 3031d8d + 4d17da7 commit 1020e86

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed
 

‎.sync.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- set: centos6-64
66
- set: centos7-64
77
- set: debian8-64
8-
- set: ubuntu1404-64
98
- set: ubuntu1604-64
109
spec/spec_helper.rb:
1110
spec_overrides:

‎.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ matrix:
4646
bundler_args: --without development release
4747
env: PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_debug=true BEAKER_setfile=debian8-64 BEAKER_HYPERVISOR=docker CHECK=beaker
4848
services: docker
49-
- rvm: 2.5.3
50-
bundler_args: --without development release
51-
env: PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1404-64 BEAKER_HYPERVISOR=docker CHECK=beaker
52-
services: docker
53-
- rvm: 2.5.3
54-
bundler_args: --without development release
55-
env: PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_debug=true BEAKER_setfile=ubuntu1404-64 BEAKER_HYPERVISOR=docker CHECK=beaker
56-
services: docker
5749
- rvm: 2.5.3
5850
bundler_args: --without development release
5951
env: PUPPET_INSTALL_TYPE=agent BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_debug=true BEAKER_setfile=ubuntu1604-64 BEAKER_HYPERVISOR=docker CHECK=beaker

‎metadata.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
{
3232
"operatingsystem": "Ubuntu",
3333
"operatingsystemrelease": [
34-
"14.04",
3534
"16.04"
3635
]
3736
},

0 commit comments

Comments
 (0)
Please sign in to comment.