From 57ea66a4cf2bcf76e094aec3387eea26eaab94a9 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 25 Oct 2020 23:11:24 +0200 Subject: [PATCH] Run 2.7 tests only once --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 207d3919..a734d0bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ cache: bundler language: ruby rvm: - - 2.7 - 2.6 - 2.5 - 2.4 @@ -24,7 +23,7 @@ matrix: fast_finish: true includes: - rvm: 2.7 - name: "Run Code Climate" + name: "Ruby 2.7 and Code Climate" after_script: - bundle exec codeclimate-test-reporter allow_failures: