Skip to content

Commit

Permalink
Add mongo shell dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Oct 18, 2018
1 parent a11e2ee commit 5809448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ jobs:
command: |
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [ arch=amd64 ] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google.list
echo "deb [ arch=amd64 ] http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
sudo apt-get update
sudo apt-get install -y google-chrome-stable
sudo apt-get install -y mongodb-org-shell google-chrome-stable
- run:
name: NPM install
Expand Down

0 comments on commit 5809448

Please sign in to comment.