summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-12-29 18:10:35 -0800
committerGitHub <noreply@github.com>2019-12-29 18:10:35 -0800
commitb39025e9526e65bc88c0c1ed2c2e1341340fcb13 (patch)
tree39213a71e48aaa14aa43931b829fd08741d30eb1 /.travis.yml
parent7c856ba33f5bda1eb636843e3968214cc140141a (diff)
parent30dc4f1b2b7f93c866b29d54e8b701031f1fa824 (diff)
downloadchef-zero-b39025e9526e65bc88c0c1ed2c2e1341340fcb13.tar.gz
Merge pull request #296 from chef/relative
Substitute require for require_relative
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c82a67..9edbac1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,6 @@ branches:
only:
- master
-# Early warning system to catch if Rubygems breaks something
-before_install:
- - gem update --system
- - gem install bundler
-
language: ruby
cache: bundler
bundler_args: --jobs 7 --without debug
@@ -31,12 +26,3 @@ matrix:
- rvm: 2.5.3
script: bundle exec rake chef_spec
env: TEST=chef_spec
- - rvm: 2.5.3
- script: bundle exec rake spec
- env: TEST=rake_spec
- - rvm: 2.4.5
- script: bundle exec rake spec
- env: TEST=rake_spec
- - rvm: 2.5.3
- script: bundle exec rake style
- env: TEST=chefstyle