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 9d65e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,6 @@ script:
grep -i 'warn\|err\|fail' cFS_startup.txt
exit -1
fi
after_script:
- sleep 1

0 comments on commit 9d65e54

Please sign in to comment.