summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-02-19 15:34:27 -0800
committerGitHub <noreply@github.com>2020-02-19 15:34:27 -0800
commitd6054d214dd1dd3aeedc75d41d376fd48159fee3 (patch)
treec6c038d006c605b55c06df2ff33f0f438a58f828 /.travis.yml
parent85b50f9f908c1b6c51cf13b13ea9c3faaf420632 (diff)
parent00bf37b4e181be0f630a70354e4c654b45b3cca4 (diff)
downloadchef-zero-d6054d214dd1dd3aeedc75d41d376fd48159fee3.tar.gz
Merge pull request #300 from chef/lcg/uri-encode
remove deprecation warnings for ruby 2.7
Diffstat (limited to '.travis.yml')
-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