diff options
author | Tim Smith <tsmith@chef.io> | 2017-04-05 12:07:56 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-04-05 12:07:56 -0700 |
commit | f936352a3dfb28287507b5ad73a34e8700098663 (patch) | |
tree | 0c1b48dfd41d389ff2bef23cd8c58d45a48c91b0 /kitchen-tests/.kitchen.yml | |
parent | 2113bdaa970f73148c6499628089e9605999afc1 (diff) | |
download | chef-f936352a3dfb28287507b5ad73a34e8700098663.tar.gz |
Remove 12.04 testing in Travisintegration_test_tweaks
12.04 is goes EOL on 4/28. http://fridge.ubuntu.com/2017/03/15/ubuntu-12-04-precise-pangolin-reaches-end-of-life-on-april-28-2017/
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r-- | kitchen-tests/.kitchen.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml index 33841b0b94..87981781db 100644 --- a/kitchen-tests/.kitchen.yml +++ b/kitchen-tests/.kitchen.yml @@ -22,7 +22,6 @@ provisioner: diff_disabled: true platforms: - - name: ubuntu-12.04 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: centos-7.2 |