Skip to content

Commit a5deb19

Browse files
Update crystal.md (#2878)
* Update crystal.md Ref: travis-ci/travis-build#1949 * added inline comment to example Co-authored-by: Michał Rybiński <[email protected]>
1 parent 0c8e0a3 commit a5deb19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

user/languages/crystal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,21 @@ and cc [@asterite](https://github.com/asterite),
4242
4343
## Configuration options
4444
45-
By default Travis CI will use the latest Crystal release. It is also possible
46-
to test projects against the nightly build of Crystal. To do so, set the
47-
`crystal` key in `.travis.yml`. For example, to test against both nightly and
48-
the latest release:
45+
By default Travis CI will use the latest Crystal stable release. It is also possible
46+
to test projects against the nightly or specific version build of Crystal. To do so, set the
47+
`crystal` key in `.travis.yml`. For example, to test against the latest stable release, the
48+
most recent nightly, and a specific version stable release:
4949

5050
```yaml
5151
dist: xenial
5252
language: crystal
5353
crystal:
5454
- latest
5555
- nightly
56+
- 0.35.1. # example of specific version
5657
```
5758
{: data-file=".travis.yml"}
5859

59-
> Note that the nightly build will only be available on Xenial and later releases
60+
> Note that the nightly build will only be available on Linux environments
6061

6162
> You can also have a look at the [Crystal](https://config.travis-ci.com/ref/language/crystal) section in our [Travis CI Build Config Reference](https://config.travis-ci.com/).

0 commit comments

Comments
 (0)