Makes all scripts cross platforms (#4383)

This commit is contained in:
Florent Vilmart
2017-11-27 23:22:07 -05:00
committed by GitHub
parent 6102648855
commit e2d33678a9
2 changed files with 4 additions and 4 deletions

View File

@@ -41,6 +41,8 @@ before_script:
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
- silent=1 mongodb-runner --start
script:
- npm run coverage
after_script:
- bash <(curl -s https://codecov.io/bash)