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

Add ruby25 to TravisCI testing #491

Merged
merged 3 commits into from
Oct 24, 2018
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
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,40 @@ jobs:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
rvm: 2.0.0
rvm: 2.0
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
rvm: 2.1.
rvm: 2.1
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS=test
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.2.4
rvm: 2.2
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq coverage"
rvm: 2.3.0
- GEMSETS="test sidekiq"
rvm: 2.3
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq"
rvm: 2.4.1
rvm: 2.4
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test sidekiq coverage"
rvm: 2.5
- stage: test
env:
- BUNDLE_VERSION=1.12.0
- GEMSETS="test rubocop"
rvm: 2.4.1
rvm: 2.5
script: bundle exec ./bin/rubocop lib/
# - stage: test
# addons:
Expand Down