From a1f911486f6e655e462fb941f2b1b54fc6c5ea4a Mon Sep 17 00:00:00 2001
From: doublethink <doublethink@255384.no-reply.drupal.org>
Date: Thu, 10 Mar 2022 14:43:49 +0300
Subject: [PATCH] Issue #3268850 by Mohammed J. Razem: Replace TravisCI link
 with CircleCI link

---
 README.md | 2 +-
 build.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 31da94d3..ccc2f3c5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ in every project.
 * Speeds up development.
 * Offers standardized configuration and best-practices.
 * Comes with a lot of needed functionalities/modules for every-day Drupal site.
-* [Tested, tested, and tested.](https://travis-ci.org/Vardot/varbase/builds)
+* [Tested, tested, and tested.](https://app.circleci.com/pipelines/github/Vardot/varbase)
 
 Starting a new project? Consider Varbase for Drupal 9.
 Installing Varbase 9.1.x comes with several extra automated installation
diff --git a/build.xml b/build.xml
index 1ae2b8a5..73affe1c 100644
--- a/build.xml
+++ b/build.xml
@@ -51,7 +51,7 @@
     <exec command="${npm} run install-libraries" passthru="true" />
 
     <!-- rsync the profile, excluding developer flotsam. -->
-    <filesync destinationDir="${profile}" rsyncPath="${rsync}" sourceDir="." verbose="false" exclude=".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,.travis.yml,vendor" />
+    <filesync destinationDir="${profile}" rsyncPath="${rsync}" sourceDir="." verbose="false" exclude=".idea,bin,build.xml,.git,.gitignore,${docroot},karma.conf.js,*.make,node_modules,vendor" />
 
     <!-- JS libraries and contrib modules were copied over by the file sync. -->
     <delete dir="libraries" failonerror="true" quiet="true" />
-- 
GitLab