Skip to content

Commit

Permalink
Merge pull request #619 from josephpage/patch-1
Browse files Browse the repository at this point in the history
Travis tests with latest ruby engines
  • Loading branch information
fw42 committed Oct 2, 2017
2 parents 3ead7b0 + f5770b7 commit fd06867
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Expand Up @@ -2,16 +2,19 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.3.1
- jruby-9.1.2.0
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- jruby-9.1.13.0
env:
global:
- COVERAGE=1
- JRUBY_OPTS=''
- RUBYOPT='-W0'
matrix:
allow_failures:
- rvm: jruby-9.1.2.0
- rvm: jruby-9.1.13.0
services:
- redis-server
deploy:
Expand All @@ -22,5 +25,5 @@ deploy:
on:
tags: true
repo: resque/resque-scheduler
rvm: 2.3.1
rvm: 2.4.2
all_branches: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

## [Unreleased]
### Changed
- Add support and testing for ruby 2.4
- Change log format and file name
- Drop testing on ruby 1.9.3
- `Lock::Resilient`: Refresh lua script sha if it does not exist in redis server
Expand Down

0 comments on commit fd06867

Please sign in to comment.