aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-16 12:00:12 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-16 12:00:12 +0100
commit99287f4754e75cbe62fed1f5d02fbed7c688cb7a (patch)
treee1a2db4728b26a893ad47beadb82e8a8e1672fbd
parent74ebeeedf0cefb59f5611a30c2d43edf8ff29fb2 (diff)
downloadpandoc-99287f4754e75cbe62fed1f5d02fbed7c688cb7a.tar.gz
Add comment acknowledging source of .travis.yml.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 92e683c90..1e1f391f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
-# Copy these contents into the root directory of your Github project in a file
-# named .travis.yml
+# This .travis.yml is modified from the sample at
+# https://docs.haskellstack.org/en/stable/GUIDE/#travis-with-caching
# Use new container infrastructure to enable caching
sudo: false