Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejas Bubane <tejasbubane@gmail.com>2020-05-17 20:11:39 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-05-18 21:17:58 +0300
commited341427b4b97adc10873cbf93fc947b063623cc (patch)
tree1bc37984ea881eadd4c8bfb212eade0034d74ce3
parentef343b781ca1316ba3953295222578a65bd576c0 (diff)
Remove 2.3 & add newer rubies to test matrix
Ruby 2.3 has reached EOL: https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ Ruby 2.4 has also reached EOL: https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bd058f6..ec0bace 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,9 @@ addons:
packages:
- chromium-browser
rvm:
- - 2.3.8
+ - 2.5
+ - 2.6
+ - 2.7
gemfile:
- test/gemfiles/rails_4_2.gemfile
- test/gemfiles/rails_5_0.gemfile