Run all tests in Travis CI
This commit is contained in:
parent
1e330811ae
commit
b27fca42de
@ -12,7 +12,7 @@ before_script:
|
|||||||
- touch tests.db
|
- touch tests.db
|
||||||
- chmod a+w tests.db
|
- chmod a+w tests.db
|
||||||
script:
|
script:
|
||||||
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/travis.xml
|
- ./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml
|
||||||
- gulp test-app && gulp coverage
|
- gulp test-app && gulp coverage
|
||||||
after_success:
|
after_success:
|
||||||
- echo -e "<?php\n print phpversion();" > version.php
|
- echo -e "<?php\n print phpversion();" > version.php
|
||||||
|
Reference in New Issue
Block a user