From 2e6d6c7373314bdd79d7603d6f4f486e8bdb7988 Mon Sep 17 00:00:00 2001 From: Thomas Steur <thomas.steur@googlemail.com> Date: Tue, 25 Feb 2014 03:49:24 +0100 Subject: [PATCH] ignore any failures during submodule update --- plugins/ExamplePlugin/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ExamplePlugin/.travis.yml b/plugins/ExamplePlugin/.travis.yml index b85f040aba..acc9e7dfb7 100644 --- a/plugins/ExamplePlugin/.travis.yml +++ b/plugins/ExamplePlugin/.travis.yml @@ -19,7 +19,7 @@ install: - cd piwik - git checkout "$TEST_PIWIK_VERSION" - git submodule init - - git submodule update + - git submodule update || true - composer install - rm -rf plugins/ExamplePlugin - cd ../ -- GitLab