Skip to content

Commit

Permalink
edit .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i2bskn committed Feb 7, 2014
1 parent 6d47dcb commit 1860a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
gemfile:
- Gemfile
script: bundle exec rake spec
Expand Down
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in passwd.gemspec
gemspec

group :test do
gem 'coveralls', require: false
gem 'simplecov', require: false
end
2 changes: 2 additions & 0 deletions passwd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "simplecov"
end

0 comments on commit 1860a91

Please sign in to comment.