Created
October 18, 2013 22:12
-
-
Save roidrage/7049024 to your computer and use it in GitHub Desktop.
MongoDB's APT repositories have changed their structure, causing apt-get update to fail. As a temporary fix, apply this change to your .travis.yml. We'll work on a patch to apply a permanent fix to the repositories in place.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_install: | |
- sudo rm /etc/apt/sources.list.d/mongodb.list | |
- sudo apt-get update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that the repository has been fixed in the meantime.