From eab2f95c0de94e9816c8a6110d20673761dd97a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Jun 2020 16:08:11 +0200 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4b4eb60ff..c2b6810ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -346,7 +346,7 @@ before_script: script: - ./scripts/travis/script.sh || travis_terminate 1 -# 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 -- cgit v1.2.3