From 99287f4754e75cbe62fed1f5d02fbed7c688cb7a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 16 Nov 2016 12:00:12 +0100 Subject: Add comment acknowledging source of .travis.yml. --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.3