Permalink
Browse files

feat(bin/test): update ruby versions to be more in line w/ travis specs

  • Loading branch information...
stevenosloan committed Feb 21, 2017
1 parent 0713bef commit 808ca9466b070454b69d345d1a67a54202ae5780
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/test
@@ -5,7 +5,7 @@ YAML.load_file('.env').each do |key, var|
ENV[key] = var
end

rubies = ['1.9.3', '2.3.1', 'jruby-9.1.2.0']
rubies = ['2.0.0', '2.1', '2.2', '2.3.3', '2.4.0']
rubies.each do |ruby|
# cleanup gemfile.locks
Dir['spec*/**/*.lock'].each do |lockfile|

0 comments on commit 808ca94

Please sign in to comment.