Add explanation of Git configuration step

This commit is contained in:
Chris de Graaf 2018-09-24 14:52:31 -05:00
parent 6fd57853bd
commit 50ed26590f
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ build_script:
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"
test_script:
# Git configuration is required to make commits in generated packages.
- git config --global user.name "AppVeyor"
- git config --global user.email "appveyor@example.com"
- echo "%JL_TEST_SCRIPT%"

View File

@ -13,6 +13,7 @@ matrix:
notifications:
email: false
before_script:
# Git configuration is required to make commits in generated packages.
- git config --global user.name "Travis"
- git config --global user.email "travis@example.com"
after_success: