From 66a765aa01b9c6f3f64942b4a8ef20452bad3431 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Thu, 26 Mar 2020 11:09:19 +0200
Subject: [PATCH] Issue #3120794: Add rm /home/rajab/.composer/auth.json in
 travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index 5a5d2aa3..13586a44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,6 +107,7 @@ before_install:
 install:
   - git checkout $TRAVIS_COMMIT
   ## Build with the composer.
+  - rm $HOME/.composer/auth.json
   - composer install --no-interaction
 
   ## Install with drush.
-- 
GitLab