From 4d3aa57591a762e46e8b90475b4707778b130a9a Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 16 Sep 2016 04:19:21 +0700 Subject: [PATCH] Remove redundant submodule update Travis CI automatically updates submodules during initialisation. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94bb87e7..6f6be0f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,6 @@ env: - USE_OPTIONAL=true - USE_OPTIONAL=false -before_install: - - git submodule update --init --recursive - install: - bash requirements-install.sh