summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-04-23 22:54:31 -0700
committerGitHub <noreply@github.com>2021-04-24 07:54:31 +0200
commitb667e288e27a09ce4f65166fc66a6b713350a9b6 (patch)
tree547cd716f3f3e3a3d91083c1c3d6cb32ad4c1789 /testament
parent80df21d9a368b0ad40f6c36b898861e75926b732 (diff)
downloadNim-b667e288e27a09ce4f65166fc66a6b713350a9b6.tar.gz
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
* move travis, appveyor, ci.yml.disabled to unmaintained

* update some mentions of travis, appevyor

* fix test
Diffstat (limited to 'testament')
-rw-r--r--testament/specs.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/specs.nim b/testament/specs.nim
index 043f14ed3..38e4ed0db 100644
--- a/testament/specs.nim
+++ b/testament/specs.nim
@@ -328,9 +328,9 @@ proc parseSpec*(filename: string): TSpec =
           when defined(unix): result.err = reDisabled
         of "posix":
           when defined(posix): result.err = reDisabled
-        of "travis":
+        of "travis": # deprecated
           if isTravis: result.err = reDisabled
-        of "appveyor":
+        of "appveyor": # deprecated
           if isAppVeyor: result.err = reDisabled
         of "azure":
           if isAzure: result.err = reDisabled