Skip to content

Commit

Permalink
travis yml : added missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Oct 18, 2017
1 parent 3423a69 commit ed6e36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit ed6e36e

Please sign in to comment.