diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 11:58:12 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 11:58:12 +0800 |
| commit | 86b269e1bff281e817b6ea820989f26d1c2a4ba6 (patch) | |
| tree | 3039de430d7c600e962efee0c6a583b542959202 /.appveyor.yml | |
| parent | f344c8839a1ac7e4b849077906beb20d69cd11ca (diff) | |
| download | GitPython-86b269e1bff281e817b6ea820989f26d1c2a4ba6.tar.gz GitPython-86b269e1bff281e817b6ea820989f26d1c2a4ba6.zip | |
make clear that appveyor and travis are not used anymore
[skip CI]
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 2658d96e..0a86c1a7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,4 @@ +# UNUSED, only for reference. If windows testing is needed, please add that to github actions # CI on Windows via appveyor environment: GIT_DAEMON_PATH: "C:\\Program Files\\Git\\mingw64\\libexec\\git-core" |
