File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - 7
5- - 6
6- - 4
7- - 0.10
4+ - " 6"
5+ - " 8"
6+ - " 10"
87
98services :
109 - docker
1110
1211env :
13- - MONGODB_VERSION="2.4"
1412 - MONGODB_VERSION="2.6"
15- - MONGODB_VERSION="3.0"
16- - MONGODB_VERSION="3.2"
17- - MONGODB_VERSION="3.4"
13+ - MONGODB_VERSION="3.6"
14+ - MONGODB_VERSION="4.0"
1815
1916before_install :
2017 - docker run -d -p 127.0.0.1:27017:27017 mongo:$MONGODB_VERSION
2118
2219before_script :
2320 - until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done
2421
25- # Run twice due to Mongo flakiness
26- script : " npm run test-cover || npm run test-cover"
22+ script :
23+ - npm run test-cover
2724
2825# Send coverage data to Coveralls
29- after_script : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
26+ after_script :
27+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
You can’t perform that action at this time.
0 commit comments