Skip to content

Commit

Permalink
Remove redcarpet on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 20, 2014
1 parent b4e2e8c commit 799ddca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -2,6 +2,11 @@ source "https://rubygems.org"

gemspec

unless ENV['TRAVIS']
gem 'redcarpet'
gem 'yard'
end

platforms :rbx do
gem 'racc'
gem 'rubysl', '~> 2.0'
Expand Down
1 change: 0 additions & 1 deletion guard-jammit.gemspec
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'guard-rspec'
s.add_development_dependency 'rspec'
s.add_development_dependency 'yard'
s.add_development_dependency 'redcarpet'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'

Expand Down

0 comments on commit 799ddca

Please sign in to comment.