Skip to content

Commit

Permalink
Update Travis to test Rails 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Sep 25, 2017
1 parent 00eecbd commit 5a4fae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: ruby
sudo: false
rvm:
- 2.4.0
- 2.4.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=5.0.1"
- "RAILS_VERSION=5.0.6"
- "RAILS_VERSION=5.1.4"

before_install:
- gem update --system
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ Commit your features into a new branch and submit a pull request.

## Compatibility

Currently, it is compatible with Rails 4.0 and 4.1 under both Ruby 2.0 and 2.1.
Currently, it is compatible with Rails 5.0 and 5.1 under both Ruby 2.4.1.

# Help

Expand Down

0 comments on commit 5a4fae1

Please sign in to comment.