deprecation_toolkit 1.5.1 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml DELETED
@@ -1,18 +0,0 @@
1
- sudo: false
2
- cache: bundler
3
- language: ruby
4
- before_install:
5
- - gem update bundler
6
- rvm:
7
- - 2.5
8
- - 2.6
9
- - 2.7
10
- gemfile:
11
- - gemfiles/activesupport_5.2.gemfile
12
- - gemfiles/activesupport_6.0.gemfile
13
- script:
14
- - bundle exec rubocop --config .rubocop.yml
15
- - bundle exec rake test
16
- - bundle exec rspec
17
- notifications:
18
- email: false