mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Update .travis.yml
This commit is contained in:
parent
c99a8e6565
commit
1b850b3aaa
11
.travis.yml
11
.travis.yml
@ -3,7 +3,6 @@ python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
|
||||
# whitelist
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
@ -12,8 +11,10 @@ install:
|
||||
- pip install cheetah
|
||||
|
||||
before_script:
|
||||
- cd ./tests
|
||||
- chmod +x ./all_tests.py
|
||||
|
||||
- chmod +x ./tests/all_tests.py
|
||||
|
||||
script:
|
||||
- ./all_tests.py
|
||||
- ./tests/all_tests.py
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.net#sickrage"
|
||||
|
Loading…
Reference in New Issue
Block a user