diff --git a/.travis.yml b/.travis.yml index 6c09a2fe6..45ff0df60 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;