1
0
Fork 0
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:
Santiago Pastorino 2013-03-11 15:50:31 -03:00
parent 4076288a83
commit 5da8c1627c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'