Skip to content

Commit

Permalink
Remove appraisal workaround - 1.8.6 build will appear to be failing u…
Browse files Browse the repository at this point in the history
…ntil new version of appraisal is release
  • Loading branch information
obrie committed Aug 8, 2011
1 parent 734fd52 commit 060a182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,6 +1,4 @@
script: "bundle exec rake appraisal:integration test"
before_script:
- "gem install appraisal --ignore-dependencies"
rvm:
- 1.8.6
- 1.8.7
Expand Down
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") unless ENV["TRAVIS"]
s.add_development_dependency("appraisal")
s.add_development_dependency("ruby-graphviz", "~> 1.0")
end

0 comments on commit 060a182

Please sign in to comment.