Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanbiala committed Oct 14, 2019
1 parent 8e43f28 commit db6a38d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ addons:
chrome: stable
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew tap mongodb/brew && brew install mongodb-community@4.2 && brew services start mongodb-community@4.2; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install mongodb && cmd.exe /C "C:\Program Files\MongoDB\Server\4.2\bin\mongo.exe"; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install mongodb; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then md "C:\data\db"; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" --dbpath="c:\data\db"; fi
# - npm install webdriver-manager -g && webdriver-manager update
- npm install nsp -g
# - npm install snyk -g
Expand Down

0 comments on commit db6a38d

Please sign in to comment.