From 3423a69f7c00717ea516606a55c76ce11bd8adbb Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 18 Oct 2017 12:37:31 -0700 Subject: [PATCH] removed comment, in case it would help --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f7d01354..6c09a2fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;