summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-09 17:07:45 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-09 17:07:45 -0700
commit9685e6ec1797e9e283597fc5634f4663fdf1e698 (patch)
tree094f30ddeb4d1bda0ec4cc24b5e6d693ee1413da /spec/spec_helper.rb
parent2d614c6959cc4eb5f01c89adf5bafe2666a2a180 (diff)
downloadchef-9685e6ec1797e9e283597fc5634f4663fdf1e698.tar.gz
Remove rspec config for Travistravis
We're running this all in buildkite w/o issues. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 96d02cc5d8..9b54761df5 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -140,7 +140,6 @@ RSpec.configure do |config|
config.filter_run_excluding skip_appveyor: true if ENV["APPVEYOR"]
config.filter_run_excluding appveyor_only: true unless ENV["APPVEYOR"]
- config.filter_run_excluding skip_travis: true if ENV["TRAVIS"]
config.filter_run_excluding windows_only: true unless windows?
config.filter_run_excluding not_supported_on_windows: true if windows?