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 5eb1469 commit 0723945Copy full SHA for 0723945
.travis.yml
@@ -5,8 +5,8 @@ sudo: false
5
rvm:
6
- 1.9.3
7
- 2.0.0
8
- - 2.1.5
9
- - 2.2.1
+ - 2.1
+ - 2.2
10
11
gemfile:
12
- Gemfile
@@ -22,13 +22,13 @@ matrix:
22
- gemfile: Gemfile
23
rvm: 2.0.0
24
25
- rvm: 2.1.5
+ rvm: 2.1
26
- gemfile: gemfiles/Gemfile.rails-5.0.x
27
rvm: 1.9.3
28
29
30
31
32
33
notifications:
34
email: false
0 commit comments