From aa27ba194c3b46a052c270ed1dced397f2bc07d0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 9 Sep 2024 15:34:49 +0200 Subject: [PATCH] Delete .travis.yml (#256) This completes what was started in PR #212 --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6428527e..00000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: ruby - -env: - - RUN_COVERAGE_REPORT=true - -rvm: - - 2.5.3 - - 2.6.6 - - 2.7.2 - -before_install: - - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - - gem install bundler - - bundle install --clean --path vendor/bundle - -# uncomment this line if your project needs to run something other than `rake`: -script: - - bundle exec rspec spec - - bundle exec rubocop - -gemfile: - - gemfiles/activesupport_4.gemfile - - gemfiles/activesupport_5.gemfile - - gemfiles/activesupport_6.gemfile - -matrix: - exclude: - - rvm: 2.7.2 - gemfile: gemfiles/activesupport_4.gemfile