Skip to content

Commit 36c499b

Browse files
kevinAlbsalcaeus
authored andcommitted
fix travis
1 parent a77d124 commit 36c499b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ before_install:
1313
# https://github.com/Homebrew/homebrew-core/issues/26358
1414
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python; fi
1515
# "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
16+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap mongodb/brew && brew install mongodb-community || true; fi
17+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew services start mongodb-community; fi
1818

1919
before_script:
2020
# Add an IPv6 config - see the corresponding Travis issue

0 commit comments

Comments
 (0)