mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
2949027504
Minitest is installed by bundler. There is no travis task for non-hoe projects so `rake` is sufficient.
10 lines
115 B
YAML
10 lines
115 B
YAML
---
|
|
language: ruby
|
|
notifications:
|
|
email:
|
|
- drbrain@segment7.net
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
script: rake test
|