mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Fix travis configuration
Minitest is installed by bundler. There is no travis task for non-hoe projects so `rake` is sufficient.
This commit is contained in:
parent
551e8f8ddb
commit
2949027504
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
before_script:
|
||||
- gem install minitest --no-rdoc --no-ri
|
||||
language: ruby
|
||||
notifications:
|
||||
email:
|
||||
|
@ -9,4 +7,4 @@ rvm:
|
|||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
script: rake travis
|
||||
script: rake test
|
||||
|
|
Loading…
Reference in a new issue