Skip to content

Commit

Permalink
Install rdoc on travis since it doesn't get installed in time for hoe
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jan 31, 2012
1 parent a8417e7 commit c4d1955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
before_script:
- gem install hoe
- gem install hoe --no-rdoc --no-ri
- gem install rdoc --no-rdoc --no-ri
- rake check_extra_deps
rvm:
- 1.8.7
Expand Down

0 comments on commit c4d1955

Please sign in to comment.