Skip to content

Commit

Permalink
Actually, only ignore guard-specific gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rymai committed Mar 24, 2013
1 parent 5a26246 commit 753fc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
bundler_args: --without development
bundler_args: --without guard
script: 'bundle exec rake --trace 2>&1'
rvm:
- 1.8.7
Expand Down
4 changes: 1 addition & 3 deletions Gemfile
Expand Up @@ -4,7 +4,7 @@ gemspec

gem 'rake'

group :development do
group :guard do
require 'rbconfig'

if RbConfig::CONFIG['target_os'] =~ /darwin/i
Expand All @@ -25,8 +25,6 @@ group :development do
gem 'rb-notifu', '>= 0.0.4', :require => false
gem 'wdm', :require => false
end
end

group :test do
gem 'guard-rspec'
end

0 comments on commit 753fc1a

Please sign in to comment.