mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
There's no need to install test group in travis
This commit is contained in:
parent
4076288a83
commit
5da8c1627c
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@ notifications:
|
|||
on_failure: always
|
||||
rooms:
|
||||
- secure: "YA1alef1ESHWGFNVwvmVGCkMe4cUy4j+UcNvMUESraceiAfVyRMAovlQBGs6\n9kBRm7DHYBUXYC2ABQoJbQRLDr/1B5JPf/M8+Qd7BKu8tcDC03U01SMHFLpO\naOs/HLXcDxtnnpL07tGVsm0zhMc5N8tq4/L3SHxK7Vi+TacwQzI="
|
||||
bundler_args: --path vendor/bundle
|
||||
bundler_args: --path vendor/bundle --without test
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -33,7 +33,7 @@ group :test do
|
|||
end
|
||||
|
||||
platforms :mri_19, :mri_20 do
|
||||
gem 'debugger' if !ENV['TRAVIS']
|
||||
gem 'debugger'
|
||||
end
|
||||
|
||||
gem 'benchmark-ips'
|
||||
|
|
Loading…
Reference in a new issue