Skip to content

Commit 5ef981b

Browse files
committed
Initialize replicaset
1 parent 801e859 commit 5ef981b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ before_script:
4444
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
4545
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
4646
- silent=1 mongodb-runner --start
47+
- sleep 20
48+
- mongo --eval 'rs.initiate()'
49+
- sleep 20
4750
- greenkeeper-lockfile-update
4851
script:
4952
- npm run lint

0 commit comments

Comments
 (0)