Skip to content
Snippets Groups Projects
Commit a1f91148 authored by Mohammed Razem's avatar Mohammed Razem Committed by Rajab Natshah
Browse files

Issue #3268850 by Mohammed J. Razem: Replace TravisCI link with CircleCI link

parent 8d9b0401
No related branches found
No related tags found
2 merge requests!24Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab),!10Issue #3269421: Add exception messages for VLB automated testing step definitions
...@@ -17,7 +17,7 @@ in every project. ...@@ -17,7 +17,7 @@ in every project.
* Speeds up development. * Speeds up development.
* Offers standardized configuration and best-practices. * Offers standardized configuration and best-practices.
* Comes with a lot of needed functionalities/modules for every-day Drupal site. * 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. Starting a new project? Consider Varbase for Drupal 9.
Installing Varbase 9.1.x comes with several extra automated installation Installing Varbase 9.1.x comes with several extra automated installation
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<exec command="${npm} run install-libraries" passthru="true" /> <exec command="${npm} run install-libraries" passthru="true" />
<!-- rsync the profile, excluding developer flotsam. --> <!-- 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. --> <!-- JS libraries and contrib modules were copied over by the file sync. -->
<delete dir="libraries" failonerror="true" quiet="true" /> <delete dir="libraries" failonerror="true" quiet="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment