We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac372b8 commit 58584c0Copy full SHA for 58584c0
.travis.yml
@@ -5,6 +5,7 @@ rvm:
5
- 2.4.1
6
- 2.5.1
7
- 2.6.0
8
+ - 2.7.1
9
env:
10
global:
11
- CODECLIMATE_REPO_TOKEN=396d4263adb6febf1e6e9b0c0e176fbde35e1a116a3c1ecf8dd4f9384e41979b
@@ -47,6 +48,14 @@ matrix:
47
48
gemfile: gemfiles/4.1.gemfile
49
- rvm: 2.6.0
50
gemfile: gemfiles/4.2.gemfile
51
+ - rvm: 2.7.1
52
+ gemfile: gemfiles/3.2.gemfile
53
54
+ gemfile: gemfiles/4.0.gemfile
55
56
+ gemfile: gemfiles/4.1.gemfile
57
58
+ gemfile: gemfiles/4.2.gemfile
59
# We need to install latest version of bundler, because one in travis
60
# image is too old to recognize platform => :mri_22 in Gemfile.
61
before_install:
0 commit comments