Update .travis.yml

This commit is contained in:
echel0n 2014-11-17 02:25:09 -08:00
parent 4d96b01f02
commit 93f56adc7e
1 changed files with 6 additions and 2 deletions

View File

@ -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