mirror of
https://github.com/moparisthebest/SickRage
synced 2024-10-31 15:35:01 -04:00
Update .travis.yml
This commit is contained in:
parent
4d96b01f02
commit
93f56adc7e
@ -11,5 +11,9 @@ branches:
|
||||
install:
|
||||
- pip install cheetah
|
||||
|
||||
before_script: cd ./tests
|
||||
script: ./all_tests.py
|
||||
before_script:
|
||||
- cd ./tests
|
||||
- chmod +x ./all_tests.py
|
||||
|
||||
script:
|
||||
- ./all_tests.py
|
||||
|
Loading…
Reference in New Issue
Block a user