Skip to content

Commit b07b5ce

Browse files
committed
testing with silent nugget
1 parent bff1f35 commit b07b5ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,15 @@ env:
2828
global:
2929
- COVERAGE_OPTION='./node_modules/.bin/nyc'
3030
matrix:
31-
-
31+
- MONGODB_VERSION=3.2.6
3232
- PARSE_SERVER_TEST_DB=postgres
3333
- PARSE_SERVER_TEST_CACHE=redis
3434
before_script:
3535
- node -e 'require("./lib/index.js")'
3636
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
3737
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d parse_server_postgres_adapter_test_database
3838
- psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d parse_server_postgres_adapter_test_database
39+
- silent=1 mongodb-runner --start
3940
after_script:
4041
- bash <(curl -s https://codecov.io/bash)
4142

0 commit comments

Comments
 (0)