summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-02 14:40:51 -0800
committerTim Smith <tsmith@chef.io>2018-03-02 14:40:51 -0800
commit3af39331e25dbde89256f816614ea103dfb30a77 (patch)
treedefa0a85ee8aa845f789ab3d4ea9f98341c14773 /.travis.yml
parent6f2c11cb9c7ded1137ce2138573d3d0d41e4c551 (diff)
downloadchef-3af39331e25dbde89256f816614ea103dfb30a77.tar.gz
Test Ubuntu 18.04test_18.04
We have a dokken image for 18.04 based off the beta and rebuilding on a schedule in Docker Cloud. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e6325c36d..30d8ef45a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -190,6 +190,23 @@ matrix:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- cd kitchen-tests
script:
+ - bundle exec kitchen test base-ubuntu-1804
+ after_failure:
+ - cat .kitchen/logs/kitchen.log
+ env:
+ - UBUNTU=18.04
+ - 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