Private GIT

Skip to content
Snippets Groups Projects
Commit 15068df8 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Fix travis reporting failed builds as successful

parent eaf8dff4
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