File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
services :
4
- - mongodb
5
4
- postgresql
6
5
- redis-server
7
6
- docker
@@ -19,14 +18,12 @@ branches:
19
18
cache :
20
19
directories :
21
20
- " $HOME/.npm"
22
- - " $HOME/.mongodb/versions"
23
21
stage : test
24
22
env :
25
23
global :
26
24
- COVERAGE_OPTION='./node_modules/.bin/nyc'
27
- - MONGODB_TOPOLOGY=replicaset
28
25
matrix :
29
- - MONGODB_VERSION=4.0.4
26
+ - MONGODB_VERSION=4.0.4 MONGODB_TOPOLOGY=replicaset
30
27
- MONGODB_VERSION=3.6.9
31
28
- PARSE_SERVER_TEST_DB=postgres
32
29
- PARSE_SERVER_TEST_CACHE=redis
@@ -43,6 +40,7 @@ before_script:
43
40
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
44
41
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
45
42
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
43
+ - silent=1 mongodb-runner --start
46
44
- greenkeeper-lockfile-update
47
45
script :
48
46
- npm run lint
You can’t perform that action at this time.
0 commit comments