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.
2 parents dfbcc6a + f947109 commit eafddf6Copy full SHA for eafddf6
.travis.yml
@@ -3,8 +3,10 @@ language: ruby
3
rvm:
4
- 2.0.0
5
- 2.1
6
- - 2.2.5
7
- - 2.3.1
+ - 2.2.7
+ - 2.3.4
8
+ - 2.4.1
9
+ - ruby-head
10
- rbx-2
11
12
gemfile:
@@ -19,11 +21,21 @@ script: bundle exec rake test
19
21
matrix:
20
22
allow_failures:
23
- rvm: rbx-2
24
+ - rvm: ruby-head
25
+ fast_finish: true
26
include:
27
- gemfile: gemfiles/Gemfile-rails-5-0
- rvm: 2.3.1
28
+ rvm: 2.3.4
29
- gemfile: Gemfile
30
31
+ - gemfile: gemfiles/Gemfile-rails-5-0
32
+ rvm: 2.4.1
33
+ - gemfile: Gemfile
34
35
36
+ rvm: ruby-head
37
38
39
40
notifications:
41
email: false
0 commit comments