Skip to content

Commit

Permalink
Move YARD gems into docs group
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Oct 31, 2012
1 parent 93d0f0e commit f1e1a79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ rvm:
- ruby-head - ruby-head
- jruby-head - jruby-head


bundler_args: --without docs

notifications: notifications:
email: email:
- wycats@gmail.com - wycats@gmail.com
Expand Down
7 changes: 5 additions & 2 deletions Gemfile
Expand Up @@ -6,6 +6,9 @@ gem "flay"
gem "flog" gem "flog"


gem "simplecov", :require => false gem "simplecov", :require => false
gem "yard"
gem "rdiscount"
gem "pry" gem "pry"

group :docs do
gem "yard"
gem "rdiscount"
end

0 comments on commit f1e1a79

Please sign in to comment.