Skip to content

Commit e170df6

Browse files
committed
Merge pull request travis-ci#276 from paultcochrane/pr/minor-fixes-to-comm-supp-langs
Minor fixes to community supported languages page
2 parents e3f105d + 440ea9f commit e170df6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

user/languages/community-supported-languages.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ the support team is unavailable.
3636

3737
### Code
3838

39-
There are a few repositories (only 1 is required) that realizes support
40-
for builds in a new languages.
39+
There are a few repositories (only [travis-build](https://github.com/travis-ci/travis-build) is required) that
40+
realize support for builds in a new language.
4141

4242
1. [travis-build](https://github.com/travis-ci/travis-build)
4343

44-
This is the only repository required for the new language support.
44+
This is the only repository required to support the new language.
4545

4646
Create a new class, inheriting from `Travis::Build::Script`, that implements
4747
reasonable defaults for your language's build stages.
4848

49-
Basic build follows these stages:
49+
A basic build follows these stages:
5050

5151
`configure``setup``announce``install``script`
5252

@@ -72,17 +72,17 @@ for builds in a new languages.
7272

7373
1. [travis-web](https://github.com/travis-ci/travis-web)
7474

75-
If the language does provide the build matrix expansion, it would be nice
75+
If the language provides build matrix expansion, it would be nice
7676
to have this information visible to the end user.
7777

7878
To make this happen, you need to tell `travis-web` to pick up the value
79-
from the job's data, and display it.
79+
from the job's data and display it.
8080

8181
See [this PR](https://github.com/travis-ci/travis-web/pull/313) for an example.
8282

8383

84-
It is important to note that languages are configured at the build time,
85-
so that components are downloaded every time a job runs.
84+
It is important to note that languages are configured at build time,
85+
thus components are downloaded every time a job runs.
8686

8787
To save build time, you should limit your language resource usage to a minimum.
8888

@@ -99,7 +99,7 @@ Optionally, you can use
9999
[`travis-build` as an addon](https://github.com/travis-ci/travis-build/blob/master/README.md#use-as-addon-for-cli)
100100
to [the CLI](https://github.com/travis-ci/travis.rb) utility.
101101
This allows you to compile the `travis-build` code you are working on
102-
into a Bash script, which you can then check syntax (`bash -n`) and
102+
into a Bash script, which you can then check for correct syntax (`bash -n`) and
103103
execute (we recommend doing this on a virtual machine) to aid your development.
104104

105105
## List of community-supported languages

0 commit comments

Comments
 (0)