Skip to content

Commit

Permalink
Fix nasa#79, Add sleep after script to avoid truncated log
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 5, 2020
1 parent bf7b562 commit 3918fd4
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 3918fd4

Please sign in to comment.