summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-05 12:07:56 -0700
committerTim Smith <tsmith@chef.io>2017-04-05 12:07:56 -0700
commitf936352a3dfb28287507b5ad73a34e8700098663 (patch)
tree0c1b48dfd41d389ff2bef23cd8c58d45a48c91b0 /.travis.yml
parent2113bdaa970f73148c6499628089e9605999afc1 (diff)
downloadchef-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 '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index 87c0fe74ee..85881f6f18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -115,24 +115,6 @@ matrix:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- cd kitchen-tests
script:
- - bundle exec kitchen test webapp-ubuntu-1204
- after_failure:
- - cat .kitchen/logs/kitchen.log
- env:
- - UBUNTU=12.04
- - KITCHEN_YAML=.kitchen.travis.yml
- - rvm: 2.4.1
- 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)
- bundler_args: --without ci development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- before_script:
- - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- - cd kitchen-tests
- script:
- bundle exec kitchen test webapp-ubuntu-1404
after_failure:
- cat .kitchen/logs/kitchen.log