From 86b269e1bff281e817b6ea820989f26d1c2a4ba6 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 11 Apr 2020 11:58:12 +0800 Subject: [PATCH] make clear that appveyor and travis are not used anymore [skip CI] --- .appveyor.yml | 1 + .travis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2658d96e5..0a86c1a75 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" diff --git a/.travis.yml b/.travis.yml index 387b4bbeb..9cbd94a80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +# UNUSED, only for reference. If adjustments are needed, please see github actions language: python python: - "3.4"