yml config documentation (#2899)

* little fix

* add config hints

* doc link
This commit is contained in:
tooomm 2017-11-05 01:16:41 +01:00 committed by Gavin Bisesi
parent 422c899cdb
commit 6bc39a4f6f
3 changed files with 7 additions and 4 deletions

View file

@ -94,3 +94,6 @@ deploy:
force_update: true force_update: true
on: on:
appveyor_repo_tag: true 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/

View file

@ -1,5 +1,5 @@
--- ---
exclude_paths: exclude_paths:
- '**/translations/*.ts' - '**/translations/*.ts'
# see https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File # codacy config documentation: https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File

View file

@ -56,5 +56,5 @@ notifications:
on_failure: change on_failure: change
on_start: never on_start: never
# official validator for travis.yml config files: https://yaml.travis-ci.org # official validator for ".travis.yml" config file: https://yaml.travis-ci.org
# travis documentation: https://docs.travis-ci.com/user/customizing-the-build # travis config documentation: https://docs.travis-ci.com/user/customizing-the-build