Skip to content

Commit

Permalink
pin down ZenTest instead of excluding groups for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Sep 28, 2011
1 parent d5b7e8c commit f155b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
bundler_args: --without developer_happiness
script: "bundle exec rake"
rvm:
- 1.8.7
Expand Down
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -2,8 +2,3 @@ source :rubygems
gemspec

gem "httpclient", "~> 2.1.5"

# excluded from travis
group :developer_happiness do
gem "autotest"
end
3 changes: 3 additions & 0 deletions savon.gemspec
Expand Up @@ -27,6 +27,9 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha", "~> 0.9.8"
s.add_development_dependency "timecop", "~> 0.3.5"

s.add_development_dependency "autotest"
s.add_development_dependency "ZenTest", "4.5.0"

s.files = `git ls-files`.split("\n")
s.require_path = "lib"
end

0 comments on commit f155b4d

Please sign in to comment.