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 a9be693 commit 96ef202Copy full SHA for 96ef202
.travis.yml
@@ -1,4 +1,5 @@
1
rvm:
2
+ - 1.8.7
3
- 1.9.3
4
- 2.0.0
5
- 2.1.1
@@ -18,11 +19,17 @@ env:
18
19
matrix:
20
exclude:
21
- gemfile: Gemfile
- env: LEGACY=true
22
+ rvm: 1.8.7
23
+ - gemfile: test/gemfiles/Gemfile.rails-4.0.x
24
25
- gemfile: test/gemfiles/Gemfile.rails-4.1.x
26
27
+ - gemfile: Gemfile
28
env: LEGACY=true
29
- gemfile: test/gemfiles/Gemfile.rails-4.0.x
30
31
+ - gemfile: test/gemfiles/Gemfile.rails-4.1.x
32
+ env: LEGACY=true
33
- gemfile: test/gemfiles/Gemfile.rails-3.0.x
34
env: LEGACY=false
35
- gemfile: test/gemfiles/Gemfile.rails-3.1.x
0 commit comments