summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-09 16:08:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-10 08:49:17 +0200
commiteab2f95c0de94e9816c8a6110d20673761dd97a4 (patch)
tree422e27ecb86fb1f74de1895b9a84c0a181e2799c /appveyor.yml
parentf54b6c4bc2f745fa32014819788c90126121729e (diff)
downloadcurl-eab2f95c0de94e9816c8a6110d20673761dd97a4.tar.gz
wording: avoid blacklist/whitelist stereotypes
Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations. Closes #5546
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3d7fa7971..c810e456a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -285,7 +285,7 @@ test_script:
echo APPVEYOR_API_URL=%APPVEYOR_API_URL% &&
bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -b$(($(echo '%APPVEYOR_API_URL%' | cut -d'/' -f3 | cut -d':' -f2)+1)) -p !flaky %DISABLED_TESTS%" )
-# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
+# select branches to avoid testing feature branches twice (as branch and as pull request)
branches:
only:
- master