summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-31 15:08:56 -0700
committerTim Smith <tsmith@chef.io>2019-03-31 15:08:56 -0700
commit9f712d56d665cc0c7182cac561bf5db63db5ae0c (patch)
treee75312fe5b39fdf547567a367e6f681420c91f17 /.travis.yml
parentd648b8520db6928ecba4aa233dec76e92bc72988 (diff)
downloadchef-9f712d56d665cc0c7182cac561bf5db63db5ae0c.tar.gz
Remove Ubuntu 14.04 testing
This goes EOL at the end of April and we won't be supporting it in Chef 15 officially although support in code will continue. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 739b630ff9..332c7e9597 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -158,22 +158,6 @@ matrix:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- cd kitchen-tests
script:
- - bundle exec kitchen test end-to-end-ubuntu-1404
- after_failure:
- - cat .kitchen/logs/kitchen.log
- env:
- - UBUNTU=14.04
- - KITCHEN_YAML=kitchen.travis.yml
- - rvm: 2.5.5
- services: docker
- gemfile: kitchen-tests/Gemfile
- before_install:
- - gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
- - gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
- before_script:
- - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- - cd kitchen-tests
- script:
- bundle exec kitchen test end-to-end-ubuntu-1604
after_failure:
- cat .kitchen/logs/kitchen.log