X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dc7cf40015bf3d8bb8a60cd91b25691f4afc5e4a..HEAD:/.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 631b5775d..000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -sudo: false -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" - script: - - bundle exec cookstyle -f fuubar - - name: "Kitchen Test Apt Cookbook" - script: - - bundle exec kitchen test apt-ubuntu-1804-ci