We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c435ac6 commit f4aea0fCopy full SHA for f4aea0f
.travis.yml
@@ -8,6 +8,12 @@ branches:
8
- master
9
10
services: mongodb
11
+addons:
12
+ apt:
13
+ sources:
14
+ - mongodb-3.0-precise
15
+ packages:
16
+ - mongodb-org-server
17
18
script: npm test && ./run_integration.sh
19
after_script: cat ./coverage/coverage-final.json | ./node_modules/codecov.io/bin/codecov.io.js && rm -rf ./coverage
0 commit comments