Skip to content

Commit

Permalink
travis: adding sleep 7 before exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
staiyeba authored May 8, 2019
1 parent f6369a2 commit 1e6dad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script:
echo "----- FAILED -----"
echo "output:"
cat hello_log.txt
echo "Failed :("
sleep 7
exit 1
fi
Expand Down

0 comments on commit 1e6dad8

Please sign in to comment.