From 63db5e879e92baf651e28f6f0c3df414a8fb8a8f Mon Sep 17 00:00:00 2001
From: Daniel Fahlke <flyingmana@googlemail.com>
Date: Tue, 17 Nov 2020 23:53:13 +0100
Subject: [PATCH] pin composer to Version 1

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

diff --git a/.travis.yml b/.travis.yml
index 0b9e97d..f5f84da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ matrix:
       env: MAGENTO_VERSION=2.3
 
 before_install:
+  - composer self-update --1
   - git clone --depth=50 --branch=$MAGENTO_VERSION https://github.com/magento/magento2.git /tmp/magento
   - mysql -uroot -e 'SET @@global.sql_mode = NO_ENGINE_SUBSTITUTION; CREATE DATABASE magento_integration_tests;'
   - mv $(pwd)/install-config-mysql.travis.$MAGENTO_VERSION.php /tmp/magento/dev/tests/integration/etc/install-config-mysql.php
-- 
GitLab