From 6bc39a4f6f486284f835cb58096b741c88deaee2 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 5 Nov 2017 01:16:41 +0100 Subject: [PATCH] yml config documentation (#2899) * little fix * add config hints * doc link --- .appveyor.yml | 3 +++ .codacy.yml | 4 ++-- .travis.yml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e2ed705f..84ea8a81 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -94,3 +94,6 @@ deploy: force_update: true on: appveyor_repo_tag: true + +# official validator for ".appveyor.yml" config file: https://ci.appveyor.com/tools/validate-yaml +# appveyor config documentation: https://www.appveyor.com/docs/build-configuration/ diff --git a/.codacy.yml b/.codacy.yml index dff84a29..f9482da2 100644 --- a/.codacy.yml +++ b/.codacy.yml @@ -1,5 +1,5 @@ --- exclude_paths: - '**/translations/*.ts' - -# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File \ No newline at end of file + +# codacy config documentation: https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File diff --git a/.travis.yml b/.travis.yml index c03db5a1..73d7bcaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,5 +56,5 @@ notifications: on_failure: change on_start: never -# official validator for travis.yml config files: https://yaml.travis-ci.org -# travis documentation: https://docs.travis-ci.com/user/customizing-the-build +# official validator for ".travis.yml" config file: https://yaml.travis-ci.org +# travis config documentation: https://docs.travis-ci.com/user/customizing-the-build