Skip to content

Commit

Permalink
Fixed .travis.yml by using hoe-travis
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Feb 25, 2013
1 parent 92c591c commit 751f7ac
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
after_script:
- rake travis:after -t
before_script:
- gem install hoe
- rake check_extra_deps
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
- gem install hoe-travis --no-rdoc --no-ri
- rake travis:before -t
language: ruby
notifications:
email:
- drbrain@segment7.net
- drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
script: rake travis

0 comments on commit 751f7ac

Please sign in to comment.