Skip to content

Commit

Permalink
Merge pull request #80 from skliper/fix79-trucated-ci-log
Browse files Browse the repository at this point in the history
Fix #79, Add sleep after script to avoid truncated log
  • Loading branch information
astrogeco authored May 8, 2020
2 parents 6e4c414 + 3918fd4 commit 7335be9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ script:
grep -i 'warn\|err\|fail' cFS_startup.txt
exit -1
fi
# After script sleep avoids Job log truncation
after_script:
- sleep 1

0 comments on commit 7335be9

Please sign in to comment.