Browse Source

test against Ruby 2.7

Ruby 2.7 [was released](https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/) on 25 Dec 2019 and the latest version is 2.7.1
Sergey Alekseev 5 years ago
parent
commit
60e7f7f92e
1 changed files with 12 additions and 6 deletions
  1. 12 6
      .travis.yml

+ 12 - 6
.travis.yml

@@ -1,9 +1,10 @@
 language: ruby
 
 rvm:
-  - 2.4.6
-  - 2.5.5
-  - 2.6.2
+  - 2.4
+  - 2.5
+  - 2.6
+  - 2.7
 
 gemfile:
   - Gemfile_ar41
@@ -13,10 +14,15 @@ gemfile:
 
 matrix:
   fast_finish: true
+  exclude:
+    - rvm: 2.7
+      gemfile: Gemfile_ar41
   allow_failures:
-    - rvm: 2.4.6
+    - rvm: 2.4
       gemfile: Gemfile_ar_master
-    - rvm: 2.5.5
+    - rvm: 2.5
       gemfile: Gemfile_ar_master
-    - rvm: 2.6.2
+    - rvm: 2.6
+      gemfile: Gemfile_ar_master
+    - rvm: 2.7
       gemfile: Gemfile_ar_master