Private GIT

Skip to content
Snippets Groups Projects
Commit d1342498 authored by Fernando's avatar Fernando
Browse files

Merge pull request #1861 from miigotu/fix-false-build-success

Fix travis reporting failed builds as successful
parents 3fd3d497 15068df8
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,10 @@ before_script: ...@@ -14,7 +14,10 @@ before_script:
- chmod +x ./tests/all_tests.py - chmod +x ./tests/all_tests.py
script: script:
- ./tests/all_tests.py || cat ./Logs/sickrage.log - ./tests/all_tests.py
after_failure:
- cat ./Logs/sickrage.log
notifications: notifications:
irc: "irc.freenode.net#sickrage-updates" irc: "irc.freenode.net#sickrage-updates"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment