7 # Put just enough Vagrant in the PATH to satisfy Test-Kitchen. No actual
8 # Vagrant or Virtualbox is run on Travis; this fake shim that echoes a
9 # recent Vagrant version is only here to allow tests to proceed below.
10 - sudo bash -c 'echo "echo Vagrant 2.0.0-fake" > /usr/bin/vagrant'
11 - sudo chmod +x /usr/bin/vagrant
16 - bundle exec cookstyle -f fuubar
17 - name: "Kitchen Test Apt Cookbook"
19 - bundle exec kitchen test apt-ubuntu-1804-ci