Skip to content

Instantly share code, notes, and snippets.

@roidrage
Created October 18, 2013 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roidrage/7049024 to your computer and use it in GitHub Desktop.
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.
before_install:
- sudo rm /etc/apt/sources.list.d/mongodb.list
- sudo apt-get update
@roidrage
Copy link
Author

@roidrage
Copy link
Author

It appears that the repository has been fixed in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment