From ed6e36e80928ce657cc808712d9b0de85eb34aed Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 18 Oct 2017 16:11:14 -0700 Subject: [PATCH] travis yml : added missing ; --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c09a2fe6cc..45ff0df60fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,9 +53,9 @@ script: export ZSTREAM_TESTTIME=-T80s; export DECODECORPUS_TESTTIME=-T40s; if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then - date + date; git fetch origin dev; git checkout -f FETCH_HEAD; - date + date; fi; sh -c "$Cmd" || travis_terminate 1;