]> git.openstreetmap.org Git - chef.git/blobdiff - .travis.yml
Drop kitchen-vagrant and make kitchen-dokken the only test driver
[chef.git] / .travis.yml
index 631b5775de1792d42c03ad30abc388d9d3781c27..a0d25a1b74e95e0775f36f3db195ae759a07ef54 100644 (file)
@@ -3,12 +3,6 @@ language: ruby
 cache: bundler
 services:
   - docker
-before_script:
-  # Put just enough Vagrant in the PATH to satisfy Test-Kitchen. No actual
-  # Vagrant or Virtualbox is run on Travis; this fake shim that echoes a
-  # recent Vagrant version is only here to allow tests to proceed below.
-  - sudo bash -c 'echo "echo Vagrant 2.0.0-fake" > /usr/bin/vagrant'
-  - sudo chmod +x /usr/bin/vagrant
 jobs:
   include:
     - name: "Cookstyle"
@@ -16,4 +10,4 @@ jobs:
       - bundle exec cookstyle -f fuubar
     - name: "Kitchen Test Apt Cookbook"
       script:
-      - bundle exec kitchen test apt-ubuntu-1804-ci
+      - bundle exec kitchen test apt-ubuntu-1804