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

Update rubocop and fixing the test suite #148

Merged
merged 8 commits into from
Feb 5, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add ruby 2.5.0
  • Loading branch information
albus522 committed Feb 2, 2018
commit 8baae7576979692179e59c3e5df822a4dad359d3
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ matrix:
#
# The future
#
# MRI 2.5.0
- rvm: 2.5.0
gemfile: gemfiles/mysql2/5-1.gemfile
- rvm: 2.5.0
gemfile: gemfiles/postgresql/5-1.gemfile
- rvm: 2.5.0
gemfile: gemfiles/sqlite3/5-1.gemfile
# Active Record head
- gemfile: gemfiles/mysql2/master.gemfile
rvm: 2.4.3
Expand Down