Skip to content

Commit

Permalink
Added performance group to gemfile. Bundle without it for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 13, 2012
1 parent d63cf95 commit a4c563a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,5 +5,5 @@ rvm:
- 1.9.3
notifications:
email: false
bundler_args: --without debug
bundler_args: --without debug guard performance
services: mongodb
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -4,6 +4,10 @@ gemspec
gem 'bson_ext', '~> 1.5'
gem 'rake'

group :performance do
gem 'perftools.rb', :require => 'perftools'
end

group(:debug) do
platforms(:mri_18) { gem 'ruby-debug' }
platforms(:mri_19) { gem 'ruby-debug19' }
Expand Down

0 comments on commit a4c563a

Please sign in to comment.