Skip to content

Commit

Permalink
build(.travis.yml): specify the mongodb version (4.4.1) to pull from …
Browse files Browse the repository at this point in the history
…docker
  • Loading branch information
simplymichael committed Dec 16, 2020
1 parent 3ac9e14 commit aab52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cache: npm
before_script:
- npm prune
- cp ./.env.example ./.env
- docker run -d -it --rm --name mongodb -p 27017:27017 mongo
- docker run -d -it --rm --name mongodb -p 27017:27017 mongo:4.4.1

script:
- npm run test:coverage
Expand Down

0 comments on commit aab52d3

Please sign in to comment.