Skip to content

Commit 1694f19

Browse files
committed
Promote CI tool neutrality.
Fixes #78
1 parent 9ed20e3 commit 1694f19

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://poser.pugx.org/moodlehq/moodle-plugin-ci/license)](//packagist.org/packages/moodlehq/moodle-plugin-ci)
66

77
The goal of this project is to facilitate the running of tests and code
8-
analysis against a Moodle plugin in CI tools, such as [Travis
8+
analysis against a Moodle plugin using CI environments, such as [Travis
99
CI](https://travis-ci.com) or [GitHub
1010
Actions](https://docs.github.com/en/actions). All of these tests and tools
1111
are run everytime a change is pushed to a GitHub branch or pull request.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moodlehq/moodle-plugin-ci",
3-
"description": "Assists with running Moodle plugins in Travis CI",
4-
"keywords": ["moodle", "travis", "ci", "testing"],
3+
"description": "Helps running Moodle plugins analysis checks and tests under various CI environments.",
4+
"keywords": ["moodle", "travis", "ci", "testing", "github", "actions"],
55
"type": "project",
66
"license": "GPL-3.0-or-later",
77
"authors": [

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Moodle Plugin CI
2-
description: Moodle plugin + Travis CI
2+
description: Moodle plugin test in CI environment
33
github_username: moodlehq
44
theme: minima
55
header_pages:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This is a plugin to help test Travis CI build and test process.
1+
This is a plugin to help test CI build and test process.
22

3-
Note: the behat.feature file is a copy of Moodle's auth/tests/behat/login.feature
3+
Note: the behat.feature file is a copy of Moodle's auth/tests/behat/login.feature

0 commit comments

Comments
 (0)