summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-02-19 14:48:53 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-02-19 14:48:53 -0800
commitb9284df8275b5e14d7fd8c67a005c4ca5a656b40 (patch)
tree79a5648fd7fc15bb67a3332805d48d0b4f3ac697
parent83431fed53ae9a738985a7415368da99461f436b (diff)
downloadchef-zero-b9284df8275b5e14d7fd8c67a005c4ca5a656b40.tar.gz
travis isn't being used any more
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9edbac1..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# This prevents testing branches that are created just for PRs
-branches:
- only:
- - master
-
-language: ruby
-cache: bundler
-bundler_args: --jobs 7 --without debug
-
-script:
- - bundle update
- - bundle exec rake pedant
-
-matrix:
- include:
- - rvm: 2.5.3
- env: PEDANT_KNIFE_TESTS=true PEDANT_ALLOW_RVM=1
- - rvm: 2.5.3
- env: SINGLE_ORG=true
- - rvm: 2.5.3
- env:
- - CHEF_FS=true
- - "GEMFILE_MOD=\"gem 'ohai', github: 'chef/ohai'; gem 'chef', github: 'chef/chef'\""
- - rvm: 2.5.3
- env: FILE_STORE=true
- - rvm: 2.5.3
- script: bundle exec rake chef_spec
- env: TEST=chef_spec