Skip to content

Commit 801e859

Browse files
committed
MongoDB service back
1 parent fa087c3 commit 801e859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
dist: trusty
33
services:
4+
- mongodb
45
- postgresql
56
- redis-server
67
- docker
@@ -23,8 +24,9 @@ stage: test
2324
env:
2425
global:
2526
- COVERAGE_OPTION='./node_modules/.bin/nyc'
27+
- MONGODB_TOPOLOGY=replicaset
2628
matrix:
27-
- MONGODB_VERSION=4.0.4 MONGODB_TOPOLOGY=replicaset
29+
- MONGODB_VERSION=4.0.4
2830
- MONGODB_VERSION=3.6.9
2931
- PARSE_SERVER_TEST_DB=postgres
3032
- PARSE_SERVER_TEST_CACHE=redis

0 commit comments

Comments
 (0)