Skip to content

Commit d32fbdd

Browse files
authored
Merge pull request #40 from stronk7/travis_com
Migrate from travis-ci.org to travis-ci.com
2 parents 344d707 + f3d4d64 commit d32fbdd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Latest Stable Version](https://poser.pugx.org/moodlehq/moodle-plugin-ci/v)](//packagist.org/packages/moodlehq/moodle-plugin-ci)
2-
[![Build Status](https://travis-ci.org/moodlehq/moodle-plugin-ci.svg?branch=master)](https://travis-ci.org/moodlehq/moodle-plugin-ci)
2+
[![Build Status](https://travis-ci.com/moodlehq/moodle-plugin-ci.svg?branch=master)](https://travis-ci.com/moodlehq/moodle-plugin-ci)
33
[![Total Downloads](https://poser.pugx.org/moodlehq/moodle-plugin-ci/downloads)](//packagist.org/packages/moodlehq/moodle-plugin-ci)
44
[![License](https://poser.pugx.org/moodlehq/moodle-plugin-ci/license)](//packagist.org/packages/moodlehq/moodle-plugin-ci)
55

66
The goal of this project is to facilitate the running of tests and code analysis against a Moodle plugin in
7-
[Travis CI](https://travis-ci.org). All of these tests and tools are run everytime a change is pushed to a GitHub
7+
[Travis CI](https://travis-ci.com). All of these tests and tools are run everytime a change is pushed to a GitHub
88
branch or pull request.
99

1010
* [Getting started](https://moodlehq.github.io/moodle-plugin-ci/)

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
---
55

66
The goal of this project is to facilitate the running of tests and code analysis against a Moodle plugin in
7-
[Travis CI](https://travis-ci.org). All of these tests and tools are run everytime a change is pushed to a GitHub
7+
[Travis CI](https://travis-ci.com). All of these tests and tools are run everytime a change is pushed to a GitHub
88
branch or pull request.
99

1010
Why would you want to do this? It saves you from having to remember to setup and run PHPUnit, Behat, code checker, etc
@@ -41,8 +41,8 @@ Follow these steps to get your Moodle plugin building in Travis CI.
4141

4242
### Step 1
4343

44-
Sign into [Travis CI](https://travis-ci.org) with your GitHub account. Once you’re signed in, and Travis CI will have
45-
synchronized your repositories from GitHub. Go to your [profile](https://travis-ci.org/profile) page and enable Travis CI
44+
Sign into [Travis CI](https://travis-ci.com) with your GitHub account. Once you’re signed in, and Travis CI will have
45+
synchronized your repositories from GitHub. Go to your [profile](https://travis-ci.com/profile) page and enable Travis CI
4646
for the plugin you want to build. Now whenever your plugin receives an update or gets a new pull request, Travis CI will
4747
run a build to make sure nothing broke.
4848

@@ -52,7 +52,7 @@ Copy the [.travis.dist.yml](https://github.com/moodlehq/moodle-plugin-ci/blob/ma
5252
root of your plugin and rename it to `.travis.yml`. Now might be a good time to review the `.travis.yml` contents and
5353
remove anything that is not needed. See this [help document](TravisFileExplained.md) for an explanation about the
5454
contents of the this file. Once you have added the `.travis.yml` file, commit and push up to GitHub, to trigger a
55-
Travis CI build. Navigate back to [Travis CI](https://travis-ci.org) to see if your build passes or fails.
55+
Travis CI build. Navigate back to [Travis CI](https://travis-ci.com) to see if your build passes or fails.
5656

5757
### Step 3
5858

0 commit comments

Comments
 (0)