Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with rails 5.1 and ruby 2.4.0 #393

Merged
merged 1 commit into from
Mar 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test with rails 5.1 and ruby 2.4.0
  • Loading branch information
mfazekas committed Mar 25, 2017
commit 6c8a563d1cd0e4cc3b3fd094e873e64500149f86
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.1
- jruby-9.1.6.0

env:
matrix:
- RAILS='~> 4.1.16'
- RAILS='~> 4.2.7.1'
- RAILS='~> 5.0.0.1'
- RAILS='~> 5.1.0.rc1'

matrix:
exclude:
- env: RAILS='~> 5.0.0.1'
rvm: 2.1.10
- env: RAILS='~> 5.1.0.rc1'
rvm: 2.2.6
allow_failures:
- env: RAILS='~> 4.1.16'
rvm: jruby-9.1.6.0
- env: RAILS='~> 4.2.7.1'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.0.0.1'
rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0.rc1'
rvm: jruby-9.1.6.0