about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-10-07 23:01:20 -0500
committerJoshua Nelson <joshua@yottadb.com>2020-10-08 17:11:36 -0400
commit9675f13c71acd0d5e99136bba94f8915489c6abd (patch)
tree13d84eeb82581f0856cdec6f74dd6b9074a07540 /src/doc/rustc-dev-guide
parentfb32ba431a1384a2f0c02cd048572c9cd16d9da6 (diff)
downloadrust-9675f13c71acd0d5e99136bba94f8915489c6abd.tar.gz
rust-9675f13c71acd0d5e99136bba94f8915489c6abd.zip
Add comment referring to travis docs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rwxr-xr-xsrc/doc/rustc-dev-guide/ci/linkcheck.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/ci/linkcheck.sh b/src/doc/rustc-dev-guide/ci/linkcheck.sh
index 85573314c5f..7149ab3a7f1 100755
--- a/src/doc/rustc-dev-guide/ci/linkcheck.sh
+++ b/src/doc/rustc-dev-guide/ci/linkcheck.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 
+# https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
 if [ "$TRAVIS_EVENT_TYPE" = "cron" ] ; then # running in cron job
   FLAGS=""