File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ Runs [report-card](https://github.com/clever/report-card).
51
51
$ ./circleci/report-card [DOCKER_USER] [DOCKER_PASS] [DOCKER_EMAIL] [GITHUB_TOKEN]
52
52
```
53
53
54
- ### Mongo install (version 2.4 only)
54
+ ### Mongo install
55
55
56
- Installs Mongo version 2.4 , rather than the default version in CircleCI.
57
- At time of writing, ` v3.0.7 ` was default version in [ Ubuntu 14.04 (Trusty) image] ( https://circleci.com/docs/build-image-trusty/#mongodb ) .
56
+ Installs a specific Mongo version, rather than the default version in CircleCI.
57
+ At time of writing, ` v3.0.7 ` was default version in CircleCI's [ Ubuntu 14.04 (Trusty) image] ( https://circleci.com/docs/build-image-trusty/#mongodb ) .
58
58
59
59
```
60
- $ ./circleci/mongo-install-2.4
60
+ $ ./circleci/mongo-install [VERSION]
61
61
```
You can’t perform that action at this time.
0 commit comments