Codebase list ruby-omniauth-twitter / 72cc1f9
ignore 1.8 test failures and cleaup for simplecov Praveen Arimbrathodiyil 10 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 #
66 # Uncomment to ignore some test failures (but the tests will run anyway).
77 # Valid values:
8 #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
8 export DH_RUBY_IGNORE_TESTS=ruby1.8
99 #
1010 # If you need to specify the .gemspec (eg there is more than one)
1111 #export DH_RUBY_GEMSPEC=gem.gemspec
1212
1313 %:
1414 dh $@ --buildsystem=ruby --with ruby
15
16 clean:
17 dh clean --buildsystem=ruby --with ruby
18 rm -rf coverage