1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

chmod +x all_tests.py to avoid permission issues

This commit is contained in:
echel0n 2014-12-13 16:13:17 -08:00
parent a3eb16be8e
commit fa7d32e403

View File

@ -10,6 +10,9 @@ branches:
install:
- pip install cheetah
before_script:
- chmod +x /tests/all_tests.py
script:
- ./tests/all_tests.py