Skip to content

Commit ab7c67e

Browse files
committed
Added Mongo, Memcache, ElasticSearch, and Redis to Travis config
1 parent 641c565 commit ab7c67e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: ruby
22
rvm:
33
- 2.1.0
44
bundler_args: "--without development production autotest"
5+
services:
6+
- elasticsearch
7+
- memcached
8+
- mongodb
9+
- redis-server
510
before_install:
611
- gem update --system
712
- travis_retry gem install bundler --pre

0 commit comments

Comments
 (0)