Skip to content

Commit 264fc84

Browse files
committed
Remove mongodb runner again
1 parent 5ef981b commit 264fc84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ before_script:
4343
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
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
46-
- silent=1 mongodb-runner --start
47-
- sleep 20
48-
- mongo --eval 'rs.initiate()'
49-
- sleep 20
5046
- greenkeeper-lockfile-update
5147
script:
5248
- npm run lint

0 commit comments

Comments
 (0)