deprecation_toolkit 1.5.1 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
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