Skip to content

Commit 407efa8

Browse files
committed
Updated documentations
1 parent 0da3b1b commit 407efa8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The following reference-style patterns should not be used:
145145

146146
## Spellchecking/linting
147147

148-
The guides are spellchecked and linted for markdown consistency. You can test your contributions by running `npm run lint:md`. Linting and spellchecking must pass or they will fail in Travis-CI.
148+
The guides are spellchecked and linted for markdown consistency. You can test your contributions by running `npm run lint:md`. Linting and spellchecking must pass or they will fail in CI (continuous integration).
149149

150150
Markdown issues that will generate errors include:
151151
- Lists and text must be left justified, otherwise the linter will generate indentation errors

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document contains instructions and guidelines for maintainer tasks, like pu
44

55
## Continuous deployment
66

7-
Whenever a PR is merged into `master`, Travis will automatically run the scripts that build the app and upload the results to Netlify. Netlify will then deploy the site. We currently allow only one Travis job at a time so that concurrent deploy commands do not cause a conflict.
7+
Netlify will deploy the site when a PR is successfully merged into `master`.
88

99
## Deploying a new version
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/ember-learn/guides-source.svg?branch=master)](https://travis-ci.org/ember-learn/guides-source)
1+
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/guides-source/workflows/CI/badge.svg)](https://github.com/ember-learn/guides-source/actions?query=workflow%3ACI)
22
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Ember/guides-app)
33

44
# Ember Guides Source
@@ -69,7 +69,7 @@ The guides are spellchecked and linted for Markdown consistency. You can check y
6969
npm run lint:md
7070
```
7171

72-
Linting and spellchecking must pass or they will fail in Travis-CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on linting and spellchecking.
72+
Linting and spellchecking must pass or they will fail in CI (continuous integration). See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on linting and spellchecking.
7373

7474
### Internal and external links
7575

0 commit comments

Comments
 (0)