Skip to content

Commit c1ee41a

Browse files
committed
Drop testing against Ruby 2.1. Add Ruby 2.5. Add Rails 5.2
1 parent 543033a commit c1ee41a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: ruby
22
rvm:
3-
- 2.1
4-
- 2.2
5-
- 2.3.3
6-
- 2.4.0
3+
- 2.2.10
4+
- 2.3.7
5+
- 2.4.4
6+
- 2.5.1
77
env:
88
- "RAILS_BRANCH=4-1-stable"
99
- "RAILS_BRANCH=4-2-stable"
1010
- "RAILS_BRANCH=5-0-stable"
1111
- "RAILS_BRANCH=5-1-stable"
12+
- "RAILS_BRANCH=5-2-stable"
1213
- "RAILS_BRANCH=master"
1314
branches:
1415
only:

0 commit comments

Comments
 (0)