1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/.travis.yml
Eric Hodel 2949027504 Fix travis configuration
Minitest is installed by bundler.

There is no travis task for non-hoe projects so `rake` is sufficient.
2014-02-14 16:53:15 -08:00

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