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 d08814b commit bf3d495Copy full SHA for bf3d495
.travis.yml
@@ -1,27 +1,16 @@
1
cache: bundler
2
rvm:
3
- - 2.2.10
4
- - 2.3.8
5
- - 2.4.5
6
- 2.5.3
7
- 2.6.1
8
- ruby-head
9
gemfile:
10
- - gemfiles/Gemfile-rails-5-0
11
- - gemfiles/Gemfile-rails-5-1
12
- gemfiles/Gemfile-rails-5-2
+ - gemfiles/Gemfile-rails-6-0
13
- gemfiles/Gemfile-rails-master
14
matrix:
15
allow_failures:
16
- rvm: ruby-head
17
fast_finish: true
18
- exclude:
19
- - rvm: 2.2.10
20
- gemfile: gemfiles/Gemfile-rails-master
21
- - rvm: 2.3.8
22
23
- - rvm: 2.4.5
24
25
env:
26
global:
27
- "JRUBY_OPTS=-Xcext.enabled=true"
gemfiles/Gemfile-rails-5-0
gemfiles/Gemfile-rails-5-1
0 commit comments