Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Drop testing against Ruby 2.1. Add Ruby 2.5. Add Rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Apr 23, 2018
1 parent 543033a commit c1ee41a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
env:
- "RAILS_BRANCH=4-1-stable"
- "RAILS_BRANCH=4-2-stable"
- "RAILS_BRANCH=5-0-stable"
- "RAILS_BRANCH=5-1-stable"
- "RAILS_BRANCH=5-2-stable"
- "RAILS_BRANCH=master"
branches:
only:
Expand Down

0 comments on commit c1ee41a

Please sign in to comment.