Skip to content

Commit afce1e6

Browse files
committed
Exclude 4.0 from old rubies
1 parent d985134 commit afce1e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ gemfile:
1313

1414
matrix:
1515
exclude:
16+
- rvm: 1.8.7
17+
gemfile: test/gemfiles/Gemfile.rails-4.0.x
1618
- rvm: 1.8.7
1719
gemfile: test/gemfiles/Gemfile.rails-edge
20+
- rvm: 1.9.2
21+
gemfile: test/gemfiles/Gemfile.rails-4.0.x
1822
- rvm: 1.9.2
1923
gemfile: test/gemfiles/Gemfile.rails-edge
2024

0 commit comments

Comments
 (0)