]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
travis yml : added missing ;
authorYann Collet <cyan@fb.com>
Wed, 18 Oct 2017 23:11:14 +0000 (16:11 -0700)
committerYann Collet <cyan@fb.com>
Wed, 18 Oct 2017 23:11:14 +0000 (16:11 -0700)
.travis.yml

index 6c09a2fe6cc4907bc39b1539efe081de6110c6ac..45ff0df60fe4eb01e64ccb372de6baaf9b409d14 100644 (file)
@@ -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;