Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 15, 2012
1 parent 49877e9 commit 5313f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'bundler/gem_tasks'

task :default do
['~>2', '~>3'].each do |version|
sh "export AR='#{version}' && (bundle check || bundle) && bundle exec rspec spec"
sh "export AR='#{version}' && (bundle check || bundle install) && bundle exec rspec spec"
end
sh "git checkout Gemfile.lock"
end
Expand Down

0 comments on commit 5313f6a

Please sign in to comment.