removed comment, in case it would help

This commit is contained in:
Yann Collet
2017-10-18 12:37:31 -07:00
parent 1070bbc5f9
commit 3423a69f7c
+1 -1
View File
@@ -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;