Skip to content

Commit

Permalink
Use travis-generated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Mar 26, 2012
1 parent bbbbf00 commit 881c433
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .travis.yml
@@ -1,13 +1,16 @@
---
after_script:
- rake travis:after -t
before_script: before_script:
- gem install hoe --no-rdoc --no-ri - gem install hoe-travis --no-rdoc --no-ri
- gem install rdoc --no-rdoc --no-ri - rake travis:before -t
- gem install minitest --no-rdoc --no-ri language: ruby
- rake check_extra_deps
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
notifications: notifications:
email: email:
- drbrain@segment7.net - drbrain@segment7.net
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ruby-head
script: rake travis
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -5,6 +5,7 @@ require 'hoe'


Hoe.plugin :git Hoe.plugin :git
Hoe.plugin :minitest Hoe.plugin :minitest
Hoe.plugin :travis


Hoe.spec 'net-http-persistent' do |p| Hoe.spec 'net-http-persistent' do |p|
developer 'Eric Hodel', 'drbrain@segment7.net' developer 'Eric Hodel', 'drbrain@segment7.net'
Expand Down

0 comments on commit 881c433

Please sign in to comment.