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

[CI] Test against Ruby 2.5 and patched versions #80

Merged
merged 1 commit into from
Feb 26, 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
[CI] Test against Ruby 2.5 and patched versions
  • Loading branch information
nicolasleger authored Feb 15, 2018
commit 56d00114e13f97e34de92cb4b085f299ff4b8fb1
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ language: ruby
env:
- CODECLIMATE_REPO_TOKEN=d00cb259c01f8d6719834225b572d22ba6ea87feec82f1e48bd10ba250e2c4b5
rvm:
- 2.2.5
- 2.3.1
- 2.2
- 2.3
- 2.4
- 2.5
script: "gem install bundler --no-ri --no-rdoc; bundle exec rspec"
notifications:
slack:
Expand Down