More CI testing

This commit is contained in:
kiswa 2016-05-02 17:58:16 +00:00
parent e835b8da3c
commit d20d372e07

View File

@ -11,6 +11,6 @@ before_script:
- touch tests.db
- chmod a+w tests.db
script:
- ./src/api/vendor/phpunit/phpunit/phpunit -c PhpUnit.xml
- phpunit -c PhpUnit.xml
- gulp test-app