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;