We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c76d6d commit 5bd5746Copy full SHA for 5bd5746
1 file changed
.travis.yml
@@ -1,12 +1,18 @@
1
language: ruby
2
-rvm:
3
- - 2.2.10
4
- - 2.5.5
5
- - 2.6.3
6
-gemfile:
7
- - gemfiles/rails_52.gemfile
8
- - gemfiles/rails_60.gemfile
9
matrix:
10
allow_failures:
11
- rvm: jruby-9.2.8.0
+ gemfile: gemfiles/rails_60.gemfile
+ include:
+ - rvm: 2.2.10
+ gemfile: gemfiles/rails_52.gemfile
+ - rvm: 2.5.5
12
13
+ - rvm: 2.6.3
14
15
+ - rvm: jruby-9.2.8.0
16
17
+
18
script: bundle exec rake test
0 commit comments