We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b09f1 commit aeb517bCopy full SHA for aeb517b
src/doc/src/guide/continuous-integration.md
@@ -2,7 +2,8 @@
2
3
### Travis CI
4
5
-To test your package on Travis CI, here is a sample `.travis.yml` file:
+To test your [package][def-package] on Travis CI, here is a sample
6
+`.travis.yml` file:
7
8
```yaml
9
language: rust
@@ -86,3 +87,5 @@ This will test and build documentation on the stable channel and nightly
86
87
channel, but any breakage in nightly will not fail your overall build. Please
88
see the [builds.sr.ht documentation](https://man.sr.ht/builds.sr.ht/) for more
89
information.
90
+
91
+[def-package]: ../appendix/glossary.md#package '"package" (glossary entry)'
0 commit comments