From b3a566091ee2381f2365b8feb724bbc32baca9d5 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 24 Mar 2014 12:25:14 +0100 Subject: [PATCH] Simplified the Travis configuration Submodules are already handled by Travis itself, so no need to do it a second time --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c20155875c2..9afcdfaaff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "2.7" install: - - "git submodule update --init" - "bash install.sh" - "pip install -q -r requirements.txt --use-mirrors"