Skip to content

Commit 2f0d005

Browse files
authored
Merge branch 'master' into master
2 parents 0c95fa5 + ec42df3 commit 2f0d005

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

user/environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ to tag the build, or to run post-build deployments.
186186
+ for push builds, or builds not triggered by a pull request, this is the name of the branch.
187187
+ for builds triggered by a pull request this is the name of the branch targeted by the pull
188188
request.
189+
+ for builds triggered by a tag, this is the same as the name of the tag (`TRAVIS_TAG`).
189190

190191
> Note that for tags, git does not store the branch from which a commit was tagged.
191192

user/languages/perl6.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
title: Building a Perl 6 Project
33
layout: en
4+
support: community
5+
maintainers:
6+
- 'paultcochrane'
7+
- 'hoelzro'
8+
- 'ugexe'
9+
- 'tony-o'
410
---
511

612
### What This Guide Covers
@@ -11,6 +17,13 @@ and [general build configuration](/user/customizing-the-build/) guides first.
1117

1218
Perl 6 builds are not available on the OS X environment.
1319

20+
### Community-Supported Warning
21+
22+
Travis CI support forPerl 6 is contributed by the community and may be removed or
23+
altered at any time. If you run into any problems, please report them in the
24+
[Travis CI issue tracker](https://github.com/travis-ci/travis-ci/issues/new?labels=community:perl6)
25+
and cc {% for m in page.maintainers %}<a href="https://github.com/{{m}}">@{{m}}</a> {% endfor %}.
26+
1427
## Choosing Perl 6 versions to test against
1528

1629
Perl 6 workers on travis-ci.org use

0 commit comments

Comments
 (0)