diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-01 04:17:56 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-01 04:17:56 -0800 |
commit | 1b8d10afe8824aa36e1289b9ef3658dfc839eb4e (patch) | |
tree | 56f3d3fc2f7c4b5cdc8c1feb5406ce22fb9301ee /.travis.yml | |
parent | 9f7bba975577da3a9bd8df665f0f781b7d30227e (diff) | |
download | chef-1b8d10afe8824aa36e1289b9ef3658dfc839eb4e.tar.gz |
Remove the old amazon travis defamazon_testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml index b7957a8388..a28873d849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -253,24 +253,6 @@ matrix: env: - FEDORA=latest - KITCHEN_YAML=.kitchen.travis.yml -# - rvm: 2.4.2 -# 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 docgen guard integration maintenance omnibus_package --frozen -# before_script: -# - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) -# - cd kitchen-tests -# script: -# - travis_wait bundle exec kitchen test base-amazonlinux -# after_failure: -# - cat .kitchen/logs/kitchen.log -# env: -# - AMAZONLINUX=LATEST -# - KITCHEN_YAML=.kitchen.travis.yml # - rvm: 2.4.2 # services: docker # sudo: required |