From 4674b172aa852a63da702a418ff3fc7e3814036f Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 11 Jan 2018 15:12:29 +0530 Subject: [PATCH] mongodb removed from travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 43b40786be..03e75b6897 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ services: - mysql install: + # fix mongodb travis error + - sudo rm /etc/apt/sources.list.d/mongodb*.list - pip install flake8==3.3.0 - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - sudo rm /etc/apt/sources.list.d/docker.list