Travis postgres update: removing unnecessary start of mongo-runner (#6594)
* use pg-promise native pg-connection-string to parse uri instead of ParseConfigParser.js. The allows for a more felxible uri for ssl and other params * Revert "use pg-promise native pg-connection-string to parse uri instead of ParseConfigParser.js. The allows for a more felxible uri for ssl and other params" This reverts commit a5926d3ff7b97f72bb0c5bced15f34942cd1a96d. * Updating travis postgres and removing unnecessary start of mongo-runner. Ensuring before_script and before_install matches the rest of travis
This commit is contained in:
@@ -50,6 +50,9 @@ jobs:
|
||||
env: POSTGRES_MAJOR_VERSION=11 PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://localhost:5433/parse_server_postgres_adapter_test_database
|
||||
before_install: bash scripts/before_install_postgres.sh
|
||||
before_script: bash scripts/before_script_postgres.sh
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run coverage
|
||||
- stage: release
|
||||
node_js: '10'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user