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 0357878 commit 783078cCopy full SHA for 783078c
.travis.yml
@@ -1,22 +1,19 @@
1
language: ruby
2
rvm:
3
- - 2.2.6
4
- - 2.3.3
5
- - 2.4.0
6
- - jruby-9.1.9.0
+ - 2.4
+ - 2.6
+ - jruby-9.2.5.0
7
gemfile:
8
- Gemfile
9
- Gemfile-jruby
10
11
matrix:
12
exclude:
13
- - rvm: jruby-9.1.9.0
+ - rvm: jruby-9.2.5.0
14
gemfile: Gemfile
15
- - rvm: 2.2.6
+ - rvm: 2.4
16
gemfile: Gemfile-jruby
17
- - rvm: 2.3.3
18
- gemfile: Gemfile-jruby
19
- - rvm: 2.4.0
+ - rvm: 2.6
20
21
22
notifications:
0 commit comments