Skip to content

Commit

Permalink
Don't include appraisal as a bundler dependency when travis is runnin…
Browse files Browse the repository at this point in the history
…g in order to avoid issues on 1.8.6
  • Loading branch information
obrie committed Aug 8, 2011
1 parent c29bc1d commit 734fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_machine.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |s|

s.add_development_dependency("rake")
s.add_development_dependency("rcov")
s.add_development_dependency("appraisal")
s.add_development_dependency("appraisal") unless ENV["TRAVIS"]
s.add_development_dependency("ruby-graphviz", "~> 1.0")
end

0 comments on commit 734fd52

Please sign in to comment.