From dd57fae87cbfb0e38ac0c19a954fff7b2258ad4c Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 3 Jul 2019 10:56:48 +0200 Subject: [PATCH] Improve comment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 049a33aca..e0e721271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js git: - # Do not take whole history, but ensure to not break things: + # Minimize git history, but ensure to not break things: # - Merging multiple PR's around same time may introduce a case where it's not # the last merge commit that is to be tested depth: 10