Skip to content

Commit

Permalink
remove support of ruby 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Mar 29, 2018
1 parent 85a6aa8 commit 9df8330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ sudo: false
services: memcache

rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion lib/tdiary/tasks/release.rake
Expand Up @@ -50,7 +50,7 @@ begin
end

Dir.chdir '.bundle/ruby' do
versions = %w(2.2.0 2.3.0 2.4.0 2.5.0)
versions = %w(2.3.0 2.4.0 2.5.0)
current = `ls`.chomp
versions.each {|version|
FileUtils.cp_r current, version unless current == version
Expand Down

0 comments on commit 9df8330

Please sign in to comment.