File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 28
28
global :
29
29
- COVERAGE_OPTION='./node_modules/.bin/nyc'
30
30
matrix :
31
- - MONGODB_VERSION=3.2.6
31
+ - MONGODB_VERSION=3.2.13
32
+ - MONGODB_VERSION=3.4.4
32
33
- PARSE_SERVER_TEST_DB=postgres
33
34
- PARSE_SERVER_TEST_CACHE=redis
34
35
before_script :
44
45
include :
45
46
# release on github latest branch
46
47
- stage : release
47
- node_js : ' 6.1 '
48
+ node_js : ' 6.10 '
48
49
env : RELEASE=github-latest
49
50
before_script : skip
50
51
after_script : skip
60
61
before_script : skip
61
62
after_script : skip
62
63
script : skip
63
- node_js : ' 6.1 '
64
+ node_js : ' 6.10 '
64
65
env : RELEASE=npm
65
66
deploy :
66
67
- provider : npm
Original file line number Diff line number Diff line change @@ -48,13 +48,11 @@ if (process.env.PARSE_SERVER_TEST_DB === 'postgres') {
48
48
collectionPrefix : 'test_' ,
49
49
} ) ;
50
50
} else {
51
- if ( process . env . TRAVIS != 'true' ) {
52
- startDB = require ( 'mongodb-runner/mocha/before' ) . bind ( {
53
- timeout : ( ) => { } ,
54
- slow : ( ) => { }
55
- } )
56
- stopDB = require ( 'mongodb-runner/mocha/after' ) ;
57
- }
51
+ startDB = require ( 'mongodb-runner/mocha/before' ) . bind ( {
52
+ timeout : ( ) => { } ,
53
+ slow : ( ) => { }
54
+ } )
55
+ stopDB = require ( 'mongodb-runner/mocha/after' ) ;
58
56
databaseAdapter = new MongoStorageAdapter ( {
59
57
uri : mongoURI ,
60
58
collectionPrefix : 'test_' ,
You can’t perform that action at this time.
0 commit comments