Skip to content

Commit f6369a2

Browse files
authored
travis: fixed fail job if check unsuccessful
1 parent a76a366 commit f6369a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ script:
3535
then
3636
echo "Hello World - Success! :)"
3737
else
38+
echo "----- FAILED -----"
39+
echo "output:"
40+
cat hello_log.txt
3841
echo "Failed :("
42+
exit 1
3943
fi
4044
4145
after_script:

0 commit comments

Comments
 (0)