]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed comment, in case it would help
authorYann Collet <cyan@fb.com>
Wed, 18 Oct 2017 19:37:31 +0000 (12:37 -0700)
committerYann Collet <cyan@fb.com>
Wed, 18 Oct 2017 19:37:31 +0000 (12:37 -0700)
.travis.yml

index 6f7d01354a8cc5b36ac5b182bf5dd7bc3839101f..6c09a2fe6cc4907bc39b1539efe081de6110c6ac 100644 (file)
@@ -56,6 +56,6 @@ script:
         date
         git fetch origin dev;
         git checkout -f FETCH_HEAD;
-        date   # check fetch duration
+        date
     fi;
     sh -c "$Cmd" || travis_terminate 1;