From d6bf6e161ab4212cfce7178e9e0b181f13490e8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 27 Apr 2021 15:48:18 +0200 Subject: [PATCH] .travis.yml: remove obsolete comment --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6b7419f8..ce0adf046 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,8 +134,6 @@ before_install: - eval "${MATRIX_EVAL}" install: - # C++14 - # Work around "Target /usr/local/lib/libgtest.a is a symlink # belonging to nss. You can unlink it" during gtest install - test "$TRAVIS_OS_NAME" != "osx" || brew unlink nss