Skip to content

Commit 5b1a547

Browse files
committed
Exclude builds for newer Rubies and old Rails versions
* Rails 4.2 supports versions between 1.9 and 2.4: https://github.com/rails/rails/blob/406e2f46/.travis.yml#L26-L31 * Rails 5.0 supports versions between 2.2 and 2.4: https://github.com/rails/rails/blob/ecd965e7/.travis.yml#L46-L48
1 parent 183fe94 commit 5b1a547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@ matrix:
2525
env: RAILS_VERSION=5.1
2626
- rvm: 2.2
2727
env: RAILS_VERSION=5.2
28+
- rvm: 2.5
29+
env: RAILS_VERSION=4.2
30+
- rvm: 2.5
31+
env: RAILS_VERSION=5.0
32+
- rvm: 2.6
33+
env: RAILS_VERSION=4.2
34+
- rvm: 2.6
35+
env: RAILS_VERSION=5.0
2836

2937
sudo: false

0 commit comments

Comments
 (0)