1
0
Fork 0
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:
Eric Hodel 2014-02-14 16:53:15 -08:00
parent 551e8f8ddb
commit 2949027504

View file

@ -1,6 +1,4 @@
--- ---
before_script:
- gem install minitest --no-rdoc --no-ri
language: ruby language: ruby
notifications: notifications:
email: email:
@ -9,4 +7,4 @@ rvm:
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1.0
script: rake travis script: rake test