diff options
author | Tim Smith <tsmith@chef.io> | 2018-02-04 11:38:59 +0100 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-02-04 11:41:40 +0100 |
commit | 89b264e9404815278192db374108a9d00389cf92 (patch) | |
tree | aab1ac06fab1dfc950e5a168e24b27f8feb7c195 /.travis.yml | |
parent | 3ff306fa90eb63b7adb16671a7b7948adc05cfbd (diff) | |
download | chef-89b264e9404815278192db374108a9d00389cf92.tar.gz |
Remove testing of Debian 7bye_debian_7
Debian 7 goes EOL 31st May 2018
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml index 2911dcc70d..db5edab1ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,23 +190,6 @@ matrix: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - cd kitchen-tests script: - - bundle exec kitchen test base-debian-7 - after_failure: - - cat .kitchen/logs/kitchen.log - env: - - DEBIAN=7 - - KITCHEN_YAML=.kitchen.travis.yml - - rvm: 2.4.3 - services: docker - sudo: required - 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 base-debian-8 after_failure: - cat .kitchen/logs/kitchen.log |