Skip to content

Commit bd27527

Browse files
committed
[CI] Launch MongoDB before the test runs on Travis
1 parent 007c343 commit bd27527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jdk:
1919
install:
2020
- curl -# https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.10.tar.gz | tar xz -C /tmp || true
2121

22+
services:
23+
- mongodb
24+
2225
before_script:
2326
- rake bundle:clean
2427
- rake bundle:install

0 commit comments

Comments
 (0)