@@ -4,7 +4,7 @@ title: Introduction
44---
55
66The 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
88branch or pull request.
99
1010Why 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
4646for the plugin you want to build. Now whenever your plugin receives an update or gets a new pull request, Travis CI will
4747run 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
5252root of your plugin and rename it to ` .travis.yml ` . Now might be a good time to review the ` .travis.yml ` contents and
5353remove anything that is not needed. See this [ help document] ( TravisFileExplained.md ) for an explanation about the
5454contents 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