Skip to content

Commit 96ef202

Browse files
author
Rafael Mendonça França
committed
Test with Ruby 1.8
1 parent a9be693 commit 96ef202

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
rvm:
2+
- 1.8.7
23
- 1.9.3
34
- 2.0.0
45
- 2.1.1
@@ -18,11 +19,17 @@ env:
1819
matrix:
1920
exclude:
2021
- gemfile: Gemfile
21-
env: LEGACY=true
22+
rvm: 1.8.7
23+
- gemfile: test/gemfiles/Gemfile.rails-4.0.x
24+
rvm: 1.8.7
2225
- gemfile: test/gemfiles/Gemfile.rails-4.1.x
26+
rvm: 1.8.7
27+
- gemfile: Gemfile
2328
env: LEGACY=true
2429
- gemfile: test/gemfiles/Gemfile.rails-4.0.x
2530
env: LEGACY=true
31+
- gemfile: test/gemfiles/Gemfile.rails-4.1.x
32+
env: LEGACY=true
2633
- gemfile: test/gemfiles/Gemfile.rails-3.0.x
2734
env: LEGACY=false
2835
- gemfile: test/gemfiles/Gemfile.rails-3.1.x

0 commit comments

Comments
 (0)