Shell-based CI with lint scans

This commit is contained in:
Dylan K. Taylor
2016-10-17 10:12:19 +01:00
parent 8f3b95164a
commit 707847b46e
3 changed files with 17 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_script:
- echo | pecl install channel://pecl.php.net/yaml-2.0.0RC7
script:
- php tests/TravisTest.php
- ./tests/lint.sh && ./tests/run.sh
notifications:
email: false