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 a77d124 commit 36c499bCopy full SHA for 36c499b
.travis.yml
@@ -13,8 +13,8 @@ before_install:
13
# https://github.com/Homebrew/homebrew-core/issues/26358
14
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python; fi
15
# "brew install" can succeed but return 1 if it has "caveats".
16
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install mongodb || true; fi
17
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew services start mongodb; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap mongodb/brew && brew install mongodb-community || true; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew services start mongodb-community; fi
18
19
before_script:
20
# Add an IPv6 config - see the corresponding Travis issue
0 commit comments