diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-11 15:50:31 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-03-11 15:51:24 -0300 |
commit | 5da8c1627c4495f1bf6a4b2b1c223451726204a7 (patch) | |
tree | dd7f138864f56949c1d11a9cea775b209db56b68 /Gemfile | |
parent | 4076288a839285df934732b5ae191256a0a7e236 (diff) | |
download | rails-5da8c1627c4495f1bf6a4b2b1c223451726204a7.tar.gz rails-5da8c1627c4495f1bf6a4b2b1c223451726204a7.tar.bz2 rails-5da8c1627c4495f1bf6a4b2b1c223451726204a7.zip |
There's no need to install test group in travis
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |