diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-09-16 11:50:30 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-09-16 11:50:30 -0700 |
commit | 5561e673096e7f99ce63bb3f5aada06d690a6a51 (patch) | |
tree | b7494839356747e56e65db97cd67acc315a15ff7 /omnibus_overrides.rb | |
parent | 051b2d704dc3b11170d15f5d6a55a9142bf867ce (diff) | |
download | chef-5561e673096e7f99ce63bb3f5aada06d690a6a51.tar.gz |
Remove some references to Travis from code commentsnuke_travis
I removed the travis skips, but the comments were still there.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index cd8d0f1cd8..9399504d59 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -1,6 +1,5 @@ # THIS IS NOW HAND MANAGED, JUST EDIT THE THING -# .travis.yml and appveyor.yml consume this, -# try to keep it machine-parsable. +# keep it machine-parsable since CI uses it # # NOTE: You MUST update omnibus-software when adding new versions of # software here: bundle exec rake dependencies:update_omnibus_gemfile_lock |