Skip to content

Commit

Permalink
remove mongo db (hyperledger-archives#2408)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Lincoln <[email protected]>
  • Loading branch information
nklincoln authored and Simon Stone committed Oct 18, 2017
1 parent aff23bd commit c3866ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ set -ev
set -o pipefail

# Remove the MongoDB repo as their GPG key has expired.
#sudo rm /etc/apt/sources.list.d/mongodb-3.2.list
sudo rm /etc/apt/sources.list.d/mongodb-3.2.list
# Remove Riak https://github.com/travis-ci/travis-ci/issues/8607
sudo rm -vf /etc/apt/sources.list.d/*riak*

# Install using pip as apt-get pulls the wrong version on Travis' trusty image
# python requests 2.9.2 is essential prereq for linkchecker
Expand Down

0 comments on commit c3866ed

Please sign in to comment.