Select Git revision
COPYING.txt
This project is licensed under the GNU General Public License v3.0 only.
Learn more
.travis.yml 273 B
language: python
python:
- 2.6
- 2.7
branches:
except:
- master
cache: pip
before_script:
- chmod +x ./tests/all_tests.py
script:
- ./tests/all_tests.py
after_failure:
- cat ./Logs/sickrage.log
notifications:
irc: "irc.freenode.net#sickrage-updates"