Skip to content

Commit

Permalink
Add Ruby 2.5.0 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 16, 2018
1 parent bdc9a00 commit 8d7a357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,5 @@ notifications:
matrix:
include:
- rvm: 2.3.3
- rvm: 2.4.0
- rvm: 2.4.3
- rvm: 2.5.0
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -5,6 +5,4 @@ local_gemfile = "#{File.dirname(__FILE__)}/Gemfile.local"

if File.exist?(local_gemfile)
eval(File.read(local_gemfile)) # rubocop:disable Lint/Eval
else
# ??
end

0 comments on commit 8d7a357

Please sign in to comment.