From ff94143a95cc85955cf0e83fb3e0fe23efe079ee Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Fri, 14 Mar 2014 16:32:32 +1300
Subject: [PATCH] Add composer self-update to travis.yml for consistency
 (prevents build failures)

---
 plugins/ExamplePlugin/.travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/ExamplePlugin/.travis.yml b/plugins/ExamplePlugin/.travis.yml
index 8b88dcab42..7dd870605f 100644
--- a/plugins/ExamplePlugin/.travis.yml
+++ b/plugins/ExamplePlugin/.travis.yml
@@ -21,6 +21,7 @@ install:
   - git checkout "$TEST_PIWIK_VERSION"
   - git submodule init
   - git submodule update || true
+  - composer self-update
   - composer install
   - rm -rf plugins/ExamplePlugin
   - cd ../
-- 
GitLab