Skip to content

Commit 1e5753b

Browse files
committed
Again only with mongodb-runner and removing cache
1 parent 264fc84 commit 1e5753b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
dist: trusty
33
services:
4-
- mongodb
54
- postgresql
65
- redis-server
76
- docker
@@ -19,14 +18,12 @@ branches:
1918
cache:
2019
directories:
2120
- "$HOME/.npm"
22-
- "$HOME/.mongodb/versions"
2321
stage: test
2422
env:
2523
global:
2624
- COVERAGE_OPTION='./node_modules/.bin/nyc'
27-
- MONGODB_TOPOLOGY=replicaset
2825
matrix:
29-
- MONGODB_VERSION=4.0.4
26+
- MONGODB_VERSION=4.0.4 MONGODB_TOPOLOGY=replicaset
3027
- MONGODB_VERSION=3.6.9
3128
- PARSE_SERVER_TEST_DB=postgres
3229
- PARSE_SERVER_TEST_CACHE=redis
@@ -43,6 +40,7 @@ before_script:
4340
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
4441
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
4542
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
43+
- silent=1 mongodb-runner --start
4644
- greenkeeper-lockfile-update
4745
script:
4846
- npm run lint

0 commit comments

Comments
 (0)